diff options
Diffstat (limited to 'devel/glib20/files/patch-ag')
-rw-r--r-- | devel/glib20/files/patch-ag | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag index f87e5fbe1b95..b91c8e5ed4be 100644 --- a/devel/glib20/files/patch-ag +++ b/devel/glib20/files/patch-ag @@ -1,11 +1,29 @@ ---- Makefile.in.orig Mon Jul 17 10:37:18 2000 -+++ Makefile.in Mon Jul 17 10:38:06 2000 -@@ -103,7 +103,7 @@ +--- Makefile.in.orig Fri Nov 17 22:45:29 2000 ++++ Makefile.in Mon Nov 20 12:01:17 2000 +@@ -108,7 +108,7 @@ AUTOMAKE_OPTIONS = 1.4 --SUBDIRS = . gobject gmodule gthread docs tests -+SUBDIRS = . gobject gmodule gthread docs +-SUBDIRS = . gobject gmodule gthread docs tests build ++SUBDIRS = . gobject gmodule gthread docs build bin_SCRIPTS = glib-config-2.0 +@@ -134,7 +134,7 @@ + glibinclude_HEADERS = galloca.h garray.h gasyncqueue.h gbacktrace.h gcache.h gcompletion.h gconvert.h gdataset.h gdate.h gerror.h gfileutils.h ghash.h ghook.h giochannel.h glib.h glib-object.h glist.h gmacros.h gmain.h gmarkup.h gmem.h gmessages.h gnode.h gprimes.h gquark.h gqueue.h grand.h grel.h gscanner.h gshell.h gslist.h gspawn.h gstrfuncs.h gstring.h gthread.h gthreadpool.h gtimer.h gtree.h gtypes.h gunicode.h gutils.h gwin32.h + + +-configexecincludedir = $(libdir)/glib-2.0/include ++configexecincludedir = $(glibincludedir) + + CONFIGURE_DEPENDENCIES = acglib.m4 + +@@ -594,7 +594,7 @@ + install-exec-local + install-exec: install-exec-recursive + +-install-data-am: install-m4dataDATA install-pkgconfigDATA \ ++install-data-am: install-m4dataDATA \ + install-glibincludeHEADERS + install-data: install-data-recursive + |