diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-05 22:57:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-05 22:57:04 +0000 |
commit | d7dbcacf90500862e9ae262a26a1dd5c7b2f979e (patch) | |
tree | 758dbdda0d3e1d0cefeebc406ca403c6e0f97488 /ham | |
parent | 23bc2063d6d0ee71910c7baad76f0b7c1fad1e56 (diff) | |
download | pkgsrc-d7dbcacf90500862e9ae262a26a1dd5c7b2f979e.tar.gz |
Don't use GTK_DISABLE_DEPRECATED, it breaks with GTK 2.12.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xlog/distinfo | 3 | ||||
-rw-r--r-- | ham/xlog/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/ham/xlog/distinfo b/ham/xlog/distinfo index e543cffefab..47b0d658a21 100644 --- a/ham/xlog/distinfo +++ b/ham/xlog/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.11 2007/07/02 16:20:35 wulf Exp $ +$NetBSD: distinfo,v 1.12 2007/10/05 22:57:04 joerg Exp $ SHA1 (xlog-1.5.tar.gz) = bb86f7e2784c3937c04c171fc9dad36af6b591c7 RMD160 (xlog-1.5.tar.gz) = 05338f71ff090117fc30cca460ee699f9107daa6 Size (xlog-1.5.tar.gz) = 866421 bytes SHA1 (patch-aa) = ae23e56971d16454791dca298756c65654bfc961 +SHA1 (patch-ab) = c527586cb227c5953e6dfe87edcbfd4ebc030d09 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"\" |