diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-22 10:01:07 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-22 10:01:07 +0800 |
commit | 06b73c35ac8be538eecf86967cc9c9156b930386 (patch) | |
tree | 71cc9f21739fd91937057bcb469e97acac03eab0 /devel/libglade2/files/patch-bug455566 | |
parent | d0709f298e530092f371786cbfde590e1912f336 (diff) | |
download | marcuscom-ports-06b73c35ac8be538eecf86967cc9c9156b930386.tar marcuscom-ports-06b73c35ac8be538eecf86967cc9c9156b930386.tar.gz marcuscom-ports-06b73c35ac8be538eecf86967cc9c9156b930386.tar.bz2 marcuscom-ports-06b73c35ac8be538eecf86967cc9c9156b930386.tar.lz marcuscom-ports-06b73c35ac8be538eecf86967cc9c9156b930386.tar.xz marcuscom-ports-06b73c35ac8be538eecf86967cc9c9156b930386.tar.zst marcuscom-ports-06b73c35ac8be538eecf86967cc9c9156b930386.zip |
Fix the build with gtk 2.11.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9231 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libglade2/files/patch-bug455566')
-rw-r--r-- | devel/libglade2/files/patch-bug455566 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libglade2/files/patch-bug455566 b/devel/libglade2/files/patch-bug455566 new file mode 100644 index 000000000..186f7f998 --- /dev/null +++ b/devel/libglade2/files/patch-bug455566 @@ -0,0 +1,10 @@ +--- glade/Makefile.in- 2007-07-21 11:48:15.000000000 -0400 ++++ glade/Makefile.in 2007-07-21 11:50:14.000000000 -0400 +@@ -241,7 +241,6 @@ + -DG_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ + -DGNOME_DISABLE_DEPRECATED + + glademoduledir = $(libdir)/libglade/2.0 |