Make sure the libgimpprint.so library is linked against libintl to resolve

some gettext symbols.
This commit is contained in:
Joe Marcus Clarke 2004-02-05 07:55:59 +00:00
parent 6889a6900b
commit 986ee5f45f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100033
6 changed files with 36 additions and 3 deletions

View file

@ -6,7 +6,7 @@
PORTNAME= gimp-print
PORTVERSION= 4.2.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -0,0 +1,11 @@
--- src/main/Makefile.in.orig Thu Feb 5 01:35:39 2004
+++ src/main/Makefile.in Thu Feb 5 01:36:38 2004
@@ -223,7 +223,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ @INTLLIBS@
LIBS = @LIBS@
libgimpprint_la_DEPENDENCIES =
libgimpprint_la_OBJECTS = print-lexmark.lo print-canon.lo \

View file

@ -6,7 +6,7 @@
PORTNAME= gimp-print
PORTVERSION= 4.2.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -0,0 +1,11 @@
--- src/main/Makefile.in.orig Thu Feb 5 01:35:39 2004
+++ src/main/Makefile.in Thu Feb 5 01:36:38 2004
@@ -223,7 +223,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ @INTLLIBS@
LIBS = @LIBS@
libgimpprint_la_DEPENDENCIES =
libgimpprint_la_OBJECTS = print-lexmark.lo print-canon.lo \

View file

@ -6,7 +6,7 @@
PORTNAME= gimp-print
PORTVERSION= 4.2.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -0,0 +1,11 @@
--- src/main/Makefile.in.orig Thu Feb 5 01:35:39 2004
+++ src/main/Makefile.in Thu Feb 5 01:36:38 2004
@@ -223,7 +223,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ @INTLLIBS@
LIBS = @LIBS@
libgimpprint_la_DEPENDENCIES =
libgimpprint_la_OBJECTS = print-lexmark.lo print-canon.lo \