pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/xlog Removed -DGTK_DISABLE_DEPRECATED compile swit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5e7eaa9df5a
branches: trunk
changeset: 472478:b5e7eaa9df5a
user: wulf <wulf%pkgsrc.org@localhost>
date: Sun Apr 11 01:28:00 2004 +0000
description:
Removed -DGTK_DISABLE_DEPRECATED compile switch that prevented xlog to
build with gtk-2.4.0
diffstat:
ham/xlog/Makefile | 3 ++-
ham/xlog/patches/patch-ae | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 226d3e327c42 -r b5e7eaa9df5a ham/xlog/Makefile
--- a/ham/xlog/Makefile Sun Apr 11 01:10:34 2004 +0000
+++ b/ham/xlog/Makefile Sun Apr 11 01:28:00 2004 +0000
@@ -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 -r 226d3e327c42 -r b5e7eaa9df5a ham/xlog/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/xlog/patches/patch-ae Sun Apr 11 01:28:00 2004 +0000
@@ -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 = *~
Home |
Main Index |
Thread Index |
Old Index