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/files/patch-src_main_Makefile.in | |
parent | Announcing GNOME 2.4.2 for FreeBSD. For a list of all the changes, see: (diff) |
Make sure the libgimpprint.so library is linked against libintl to resolve
some gettext symbols.
Notes
Notes:
svn path=/head/; revision=100033
Diffstat (limited to 'print/gimp-print/files/patch-src_main_Makefile.in')
-rw-r--r-- | print/gimp-print/files/patch-src_main_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
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 \ |