From: Pierre Ynard Date: Sat, 26 Dec 2009 16:19:04 +0000 (+0100) Subject: contrib: use real prefix when hacking libintl headers X-Git-Tag: 1.1.0-ff~1736 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1b0b082d7bac17c96fbff5dd31faf1d2d5d327c7;p=vlc contrib: use real prefix when hacking libintl headers --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 00721261b5..2140da99b9 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -399,7 +399,7 @@ else endif # Work around another non-sense of autoconf. ifdef HAVE_WIN32 - (cd ../include; sed -i.orig '311 c #if 0' libintl.h) + (cd $(PREFIX)/include; sed -i.orig '311 c #if 0' libintl.h) endif $(INSTALL_NAME) touch $@