Commit cd4d3a09 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Rafaël Carré

Contribs: apply OSX patch only on OSX

Else, it conflicts with Win32 patch and fails to compile

(cherry picked from commit f836a94d9c4a78a03cc412d5559d274dc2df459b)
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent ea1927e7
...@@ -28,7 +28,9 @@ endif ...@@ -28,7 +28,9 @@ endif
$(APPLY) $(SRC)/gnutls/gnutls-no-egd.patch $(APPLY) $(SRC)/gnutls/gnutls-no-egd.patch
$(APPLY) $(SRC)/gnutls/read-file-limits.h.patch $(APPLY) $(SRC)/gnutls/read-file-limits.h.patch
$(APPLY) $(SRC)/gnutls/mac-keychain-lookup.patch $(APPLY) $(SRC)/gnutls/mac-keychain-lookup.patch
ifdef HAVE_MACOSX
$(APPLY) $(SRC)/gnutls/gnutls-pkgconfig-osx.patch $(APPLY) $(SRC)/gnutls/gnutls-pkgconfig-osx.patch
endif
$(call pkg_static,"lib/gnutls.pc.in") $(call pkg_static,"lib/gnutls.pc.in")
$(UPDATE_AUTOCONFIG) $(UPDATE_AUTOCONFIG)
$(MOVE) $(MOVE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment