Commit 82947e7f authored by Rafaël Carré's avatar Rafaël Carré

contrib: fix gnutls / gpg-error build on OSX

don't run aclocal for those (we only patch Makefile.am)
parent a6f96090
...@@ -8,9 +8,6 @@ SDL_image ...@@ -8,9 +8,6 @@ SDL_image
dvdcss dvdcss
Undefined symbols (missing CF framework?) Undefined symbols (missing CF framework?)
gnutls, gpg-error
infrastructure mismatch between Makefile.in.in and autoconf macros (different gettext vers)
### Missing software for MacOSX (was present in extras/contrib) ### Missing software for MacOSX (was present in extras/contrib)
# These 3 are binary framework downloads : no source code is used # These 3 are binary framework downloads : no source code is used
......
...@@ -48,7 +48,7 @@ DEPS_gnutls = nettle $(DEPS_nettle) ...@@ -48,7 +48,7 @@ DEPS_gnutls = nettle $(DEPS_nettle)
endif endif
.gnutls: gnutls .gnutls: gnutls
$(RECONF) cd $< && automake
cd $< && $(HOSTVARS) ./configure $(GNUTLS_CONF) cd $< && $(HOSTVARS) ./configure $(GNUTLS_CONF)
cd $</lib && $(MAKE) install cd $</lib && $(MAKE) install
touch $@ touch $@
...@@ -15,7 +15,7 @@ endif ...@@ -15,7 +15,7 @@ endif
$(MOVE) $(MOVE)
.gpg-error: libgpg-error .gpg-error: libgpg-error
$(RECONF) cd $< && automake
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
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