diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-20 18:06:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-20 18:06:10 +0000 |
commit | aa3322163fb47bfa47010c767684a52b506b03c0 (patch) | |
tree | f8b7ab845976d783a3a0b627d4b3d823e98df7e8 /x11-toolkits/gtk20/files/patch-ak | |
parent | Update to 0.13. (diff) |
Update to 1.3.2.
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-ak')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak new file mode 100644 index 000000000000..52ac9374177d --- /dev/null +++ b/x11-toolkits/gtk20/files/patch-ak @@ -0,0 +1,11 @@ +--- gdk/Makefile.in 2000/11/20 14:59:03 1.1 ++++ gdk/Makefile.in 2000/11/20 15:01:41 +@@ -228,7 +228,7 @@ + # + # Rule to install gdkconfig.h header file + # +-configexecincludedir = $(libdir)/gtk-2.0/include ++configexecincludedir = $(prefix)/include/gtk-2.0/gtk + + BUILT_SOURCES = stamp-gc-h #note: not gdkconfig.h + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |