From faa6621c8671dbe3d6cefb54685110bde927c3b9 Mon Sep 17 00:00:00 2001 From: wulf Date: Sun, 11 Apr 2004 01:28:00 +0000 Subject: Removed -DGTK_DISABLE_DEPRECATED compile switch that prevented xlog to build with gtk-2.4.0 --- ham/xlog/Makefile | 3 ++- ham/xlog/patches/patch-ae | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 ham/xlog/patches/patch-ae (limited to 'ham/xlog') 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 = *~ -- cgit v1.2.3