diff options
Diffstat (limited to 'x11/gtk/patches/patch-ac')
-rw-r--r-- | x11/gtk/patches/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gtk/patches/patch-ac b/x11/gtk/patches/patch-ac new file mode 100644 index 00000000000..ed07e034343 --- /dev/null +++ b/x11/gtk/patches/patch-ac @@ -0,0 +1,11 @@ +--- glib/Makefile.in.orig Tue Jun 2 07:39:16 1998 ++++ glib/Makefile.in Wed Jul 15 23:08:25 1998 +@@ -74,7 +74,7 @@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ + +-configincludedir = $(pkglibdir)/include ++configincludedir = @includedir@ + + lib_LTLIBRARIES = libglib.la + |