diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
commit | 3680f27ebff58ece429c4e032f9ad84fb1372114 (patch) | |
tree | 6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /x11-toolkits/eel/files | |
parent | 02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/eel/files')
-rw-r--r-- | x11-toolkits/eel/files/patch-eel_Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/eel/files/patch-eel_Makefile.in b/x11-toolkits/eel/files/patch-eel_Makefile.in new file mode 100644 index 000000000000..ec753e19eab4 --- /dev/null +++ b/x11-toolkits/eel/files/patch-eel_Makefile.in @@ -0,0 +1,12 @@ +--- eel/Makefile.in.orig 2010-09-28 11:12:01.000000000 +0000 ++++ eel/Makefile.in 2010-09-28 11:12:37.000000000 +0000 +@@ -290,9 +290,6 @@ + -DDATADIR=\""$(datadir)"\" \ + -DSOURCE_DATADIR=\""$(top_srcdir)/data"\" \ + -DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ + -DGMENU_I_KNOW_THIS_IS_UNSTABLE \ + $(NULL) + |