diff options
author | wulf <wulf@pkgsrc.org> | 2004-04-11 01:28:00 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-04-11 01:28:00 +0000 |
commit | 2bca031c81d360d93a621aac577176744a0e90c7 (patch) | |
tree | e335a9fbebe4fb563585e5f3b44333853bc073c2 /ham/xlog/patches | |
parent | d5887ed84158da99ab4250ac996b25d443ab49ca (diff) | |
download | pkgsrc-2bca031c81d360d93a621aac577176744a0e90c7.tar.gz |
Removed -DGTK_DISABLE_DEPRECATED compile switch that prevented xlog to
build with gtk-2.4.0
Diffstat (limited to 'ham/xlog/patches')
-rw-r--r-- | ham/xlog/patches/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ham/xlog/patches/patch-ae b/ham/xlog/patches/patch-ae new file mode 100644 index 00000000000..0c1c3744889 --- /dev/null +++ b/ham/xlog/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2004/04/11 01:28:00 wulf Exp $ + +--- src/Makefile.in.orig 2004-01-12 00:54:46.000000000 +1030 ++++ src/Makefile.in 2004-04-11 10:42:56.000000000 +0930 +@@ -145,8 +145,7 @@ + @PACKAGE_CFLAGS@ -I.. \ + -DG_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED ++ -DGDK_PIXBUF_DISABLE_DEPRECATED + + + CLEANFILES = *~ |