diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-05 07:55:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-05 07:55:59 +0000 |
commit | 986ee5f45f426008c9afbaa536400c2ddcfdfd4f (patch) | |
tree | db1edc0dc21a2255250262eceaf4b46b281eacb1 /print/gimp-print | |
parent | 6889a6900bad8dd1b780ed8e48c6186c8a10f642 (diff) | |
download | ports-986ee5f45f426008c9afbaa536400c2ddcfdfd4f.tar.gz ports-986ee5f45f426008c9afbaa536400c2ddcfdfd4f.zip |
Notes
Diffstat (limited to 'print/gimp-print')
-rw-r--r-- | print/gimp-print/Makefile | 2 | ||||
-rw-r--r-- | print/gimp-print/files/patch-src_main_Makefile.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index c0e140b07c70..546105244517 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -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} diff --git a/print/gimp-print/files/patch-src_main_Makefile.in b/print/gimp-print/files/patch-src_main_Makefile.in new file mode 100644 index 000000000000..47731bf4f97c --- /dev/null +++ b/print/gimp-print/files/patch-src_main_Makefile.in @@ -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 \ |