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 | |
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')
-rw-r--r-- | ham/xlog/Makefile | 3 | ||||
-rw-r--r-- | ham/xlog/patches/patch-ae | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index e67779949b1..50c19fa2c10 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2004/03/04 22:28:38 wulf Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/11 01:28:00 wulf Exp $ # DISTNAME= xlog-0.9.1 +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/pg4i/download/ 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 = *~ |