Make sure the libgimpprint.so library is linked against libintl to resolve
some gettext symbols.
This commit is contained in:
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
|
@ -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}
|
||||
|
|
11
print/gimp-print/files/patch-src_main_Makefile.in
Normal file
11
print/gimp-print/files/patch-src_main_Makefile.in
Normal 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 \
|
|
@ -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}
|
||||
|
|
11
print/gutenprint-base/files/patch-src_main_Makefile.in
Normal file
11
print/gutenprint-base/files/patch-src_main_Makefile.in
Normal 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 \
|
|
@ -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}
|
||||
|
|
11
print/gutenprint/files/patch-src_main_Makefile.in
Normal file
11
print/gutenprint/files/patch-src_main_Makefile.in
Normal 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 \
|
Loading…
Reference in a new issue