gettext-runtime: do not link against libintl from base.

--HG--
extra : convert_revision : 59206e9b1a020b0687d4505895cf3de711486c90
This commit is contained in:
Juan RP 2008-10-11 09:47:05 +02:00
parent 8a0d474c67
commit 9df0bbed01
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
Don't link against libintl from base, will cause conflicts when this
package is installed.
--- Makefile.in.orig 2008-10-11 09:28:14.000000000 +0200
+++ Makefile.in 2008-10-11 09:28:32.000000000 +0200
@@ -350,7 +350,7 @@ LDFLAGS = @LDFLAGS@
LIBGRT_LIBDEPS = @LIBGRT_LIBDEPS@
LIBGRT_LTLIBDEPS = @LIBGRT_LTLIBDEPS@
LIBICONV = @LIBICONV@
-LIBINTL = @LIBINTL@
+LIBINTL =
LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
LIBPTH = @LIBPTH@
@@ -362,7 +362,7 @@ LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBC = @LTLIBC@
LTLIBICONV = @LTLIBICONV@
-LTLIBINTL = @LTLIBINTL@
+LTLIBINTL =
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@

View File

@ -1,6 +1,7 @@
# Template build file for 'gettext-runtime'.
pkgname=gettext-runtime
version=0.17
patch_files="$pkgname-fix-build.diff"
distfiles="gettext-$version"
wrksrc="gettext-$version/gettext-runtime"
extract_sufx=".tar.gz"