diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-06 16:50:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-06 16:50:39 +0800 |
commit | 86302fb09caec2803cb546e5ca05afeb68817ae3 (patch) | |
tree | c5d4b8ea1b013f1e2e85fc8b35640dd277e2fe4e /x11-toolkits/gtk20/files/patch-ak | |
parent | 465bcdc4375001d8b4a330020609a1cd5c708aee (diff) | |
download | marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.gz marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.bz2 marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.lz marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.xz marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.tar.zst marcuscom-ports-86302fb09caec2803cb546e5ca05afeb68817ae3.zip |
Update to 2.9.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-ak')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ak | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak new file mode 100644 index 000000000..3e30b6eef --- /dev/null +++ b/x11-toolkits/gtk20/files/patch-ak @@ -0,0 +1,15 @@ + +$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ak,v 1.9 2006/03/15 05:50:51 marcus Exp $ + $MCom: ports-stable/x11-toolkits/gtk20/files/patch-ak,v 1.6 2006/03/08 20:28:38 mezz Exp $ + +--- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002 ++++ gdk/Makefile.in Thu Feb 14 12:45:37 2002 +@@ -315,7 +315,7 @@ + # + # Rule to install gdkconfig.h header file + # +-configexecincludedir = $(libdir)/gtk-2.0/include ++configexecincludedir = $(prefix)/include/gtk-2.0 + + #note: not gdkconfig.h + BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h |