Skip to content

Commit

Permalink
Contribs: use HAVE_WINSTORE consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed May 16, 2016
1 parent c9338dd commit 1ed47b2
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion contrib/src/ass/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ifdef HAVE_IOS
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 1
else
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
WITH_FONTCONFIG = 0
WITH_HARFBUZZ = 1
else
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/flac/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $(TARBALLS)/flac-$(FLAC_VERSION).tar.xz:

flac: flac-$(FLAC_VERSION).tar.xz .sum-flac
$(UNPACK)
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/flac/console_write.patch
$(APPLY) $(SRC)/flac/remove_blocking_code_useless_flaclib.patch
endif
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/gcrypt/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(APPLY) $(SRC)/gcrypt/0001-Fix-assembly-division-check.patch
$(APPLY) $(SRC)/gcrypt/disable-doc-compilation.patch
$(APPLY) $(SRC)/gcrypt/disable-tests-compilation.patch
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/gcrypt/winrt.patch
endif
$(MOVE)
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/gnutls/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gnutls: gnutls-$(GNUTLS_VERSION).tar.xz .sum-gnutls
ifdef HAVE_WIN32
$(APPLY) $(SRC)/gnutls/gnutls-win32.patch
$(APPLY) $(SRC)/gnutls/gnutls-mingw64.patch
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/gnutls/gnutls-winrt.patch
$(APPLY) $(SRC)/gnutls/winrt-topendir.patch
endif
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/gpg-error/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
$(UNPACK)
ifdef HAVE_WIN32
$(APPLY) $(SRC)/gpg-error/windres-make.patch
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/gpg-error/winrt.patch
endif
endif
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/libtasn1/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(TARBALLS)/libtasn1-$(LIBTASN1_VERSION).tar.gz:

libtasn1: libtasn1-$(LIBTASN1_VERSION).tar.gz .sum-libtasn1
$(UNPACK)
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/libtasn1/no-benchmark.patch
endif
$(MOVE)
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/libxml2/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libxml2: libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
$(APPLY) $(SRC)/libxml2/win32.patch
$(APPLY) $(SRC)/libxml2/bins.patch
$(APPLY) $(SRC)/libxml2/pthread.patch
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/libxml2/nogetcwd.patch
endif
$(MOVE)
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/lua/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lua: lua-$(LUA_VERSION).tar.gz .sum-lua
$(APPLY) $(SRC)/lua/no-dylibs.patch
$(APPLY) $(SRC)/lua/no-localeconv.patch
$(APPLY) $(SRC)/lua/lua-android-log2.patch
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/lua/winrt-nopopen.patch
$(APPLY) $(SRC)/lua/winrt-nosystem.patch
endif
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/pthreads/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ifdef HAVE_WIN32
pthreads: pthreads-w32-$(PTHREADS_W32_VERSION)-release.tar.gz .sum-pthreads
$(UNPACK)
sed -e 's/^CROSS.*=/CROSS ?=/' -i.orig $(UNPACK_DIR)/GNUmakefile
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/pthreads/winrt.patch
endif
$(MOVE)
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/ssh2/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ssh2: libssh2-$(LIBSSH2_VERSION).tar.gz .sum-ssh2
$(APPLY) $(SRC)/ssh2/no-tests.patch
$(APPLY) $(SRC)/ssh2/configure-zlib.patch
$(APPLY) $(SRC)/ssh2/gpg-error-pc.patch
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/ssh2/winrt-no-agent.patch
endif
$(MOVE)
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/taglib/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $(TARBALLS)/taglib-$(TAGLIB_VERSION).tar.gz:

taglib: taglib-$(TAGLIB_VERSION).tar.gz .sum-taglib
$(UNPACK)
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/taglib/unicode.patch
endif
$(MOVE)
Expand Down
4 changes: 2 additions & 2 deletions contrib/src/upnp/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifdef HAVE_WIN32
DEPS_upnp += pthreads $(DEPS_pthreads)
LIBUPNP_ECFLAGS = -DPTW32_STATIC_LIB
endif
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
CONFIGURE_ARGS=--disable-ipv6 --enable-unspecified_server
else
CONFIGURE_ARGS=--enable-ipv6
Expand All @@ -28,7 +28,7 @@ ifdef HAVE_WIN32
$(APPLY) $(SRC)/upnp/libupnp-win32.patch
$(APPLY) $(SRC)/upnp/libupnp-win64.patch
$(APPLY) $(SRC)/upnp/windows-random.patch
ifdef HAVE_WINRT
ifdef HAVE_WINSTORE
$(APPLY) $(SRC)/upnp/winrt-dont-force-win32-winnt.patch
$(APPLY) $(SRC)/upnp/no-getifinfo.patch
$(APPLY) $(SRC)/upnp/winrt-inet.patch
Expand Down

0 comments on commit 1ed47b2

Please sign in to comment.