diff options
author | danw <danw> | 2003-09-27 21:05:22 +0000 |
---|---|---|
committer | danw <danw> | 2003-09-27 21:05:22 +0000 |
commit | 83d844b54c100db1506b9d4bad8d7e648355c338 (patch) | |
tree | d3886405f06807cdb8d3d730ed7b305bc56513dc /print/libgnomeprintui | |
parent | 3249ad8d1d61b44eba7a9dd5156539b320fd4daa (diff) | |
download | pkgsrc-83d844b54c100db1506b9d4bad8d7e648355c338.tar.gz |
patches for darwin
Diffstat (limited to 'print/libgnomeprintui')
-rw-r--r-- | print/libgnomeprintui/distinfo | 3 | ||||
-rw-r--r-- | print/libgnomeprintui/patches/patch-aa | 28 |
2 files changed, 30 insertions, 1 deletions
diff --git a/print/libgnomeprintui/distinfo b/print/libgnomeprintui/distinfo index 8c872a5bcb0..5f7fd669586 100644 --- a/print/libgnomeprintui/distinfo +++ b/print/libgnomeprintui/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2003/03/12 13:03:31 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2003/09/27 21:07:03 danw Exp $ SHA1 (libgnomeprintui-2.2.1.2.tar.bz2) = bdeb1ff04790cf7c49c8fdca73f1a4bde2e2a6a5 Size (libgnomeprintui-2.2.1.2.tar.bz2) = 432121 bytes +SHA1 (patch-aa) = 8b0389e536849d9ababbe58db9a369da77f1b301 diff --git a/print/libgnomeprintui/patches/patch-aa b/print/libgnomeprintui/patches/patch-aa new file mode 100644 index 00000000000..fe330a346a6 --- /dev/null +++ b/print/libgnomeprintui/patches/patch-aa @@ -0,0 +1,28 @@ +$NetBSD: patch-aa,v 1.1 2003/09/27 21:07:03 danw Exp $ + +--- libgnomeprintui/gpaui/Makefile.in.orig Mon Sep 1 10:41:51 2003 ++++ libgnomeprintui/gpaui/Makefile.in Mon Sep 1 10:42:28 2003 +@@ -73,12 +73,6 @@ + CC = @CC@ + CFLAGS = @CFLAGS@ + CPP = @CPP@ +- +-CPPFLAGS = \ +- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ +- -DBINDIR=\""$(bindir)"\" \ +- -DDATADIR=\""$(datadir)"\" +- + CXX = @CXX@ + DATADIRNAME = @DATADIRNAME@ + DB2HTML = @DB2HTML@ +@@ -128,7 +122,9 @@ + -I$(top_srcdir)/libgnomeprintui \ + -DWE_ARE_LIBGNOMEPRINT_INTERNALS \ + $(LIBGNOMEPRINTUI_CFLAGS) \ +- \ ++ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ ++ -DBINDIR=\""$(bindir)"\" \ ++ -DDATADIR=\""$(datadir)"\" \ + -DG_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DGTK_DISABLE_DEPRECATED \ |