gettext-runtime: do not link against libintl from base.
--HG-- extra : convert_revision : 59206e9b1a020b0687d4505895cf3de711486c90
This commit is contained in:
parent
8a0d474c67
commit
9df0bbed01
2 changed files with 24 additions and 0 deletions
23
templates/gettext-runtime-fix-build.diff
Normal file
23
templates/gettext-runtime-fix-build.diff
Normal 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@
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue