diff options
author | joerg <joerg> | 2007-10-05 22:57:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-10-05 22:57:04 +0000 |
commit | d0e505e485b59e9c369e6db5c3f237b60d0d7e74 (patch) | |
tree | 758dbdda0d3e1d0cefeebc406ca403c6e0f97488 /ham/xlog/patches | |
parent | 14c75cba8c3e6b6ba5ec8ebc9a22add05066d5eb (diff) | |
download | pkgsrc-d0e505e485b59e9c369e6db5c3f237b60d0d7e74.tar.gz |
Don't use GTK_DISABLE_DEPRECATED, it breaks with GTK 2.12.
Diffstat (limited to 'ham/xlog/patches')
-rw-r--r-- | ham/xlog/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ham/xlog/patches/patch-ab b/ham/xlog/patches/patch-ab new file mode 100644 index 00000000000..c8d482a2373 --- /dev/null +++ b/ham/xlog/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.4 2007/10/05 22:57:04 joerg Exp $ + +--- src/Makefile.in.orig 2007-10-05 22:06:11.000000000 +0000 ++++ src/Makefile.in +@@ -231,7 +231,6 @@ INCLUDES = \ + -DG_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ + -DDATADIR=\""$(datadir)"\" \ + -DXLOG_LOCALEDIR=\""$(datadir)/locale"\" \ + -DXLOG_DATADIR=\""$(datadir)/xlog"\" |