diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-12-16 22:06:42 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-12-16 22:06:42 +0000 |
commit | 6401ad5dce291144f0348b2545d7ee6e0658752e (patch) | |
tree | e8f17ffca58699e158bbf1dfd64bf98e057d536b /graphics/gimp1/files/patch-ac | |
parent | Make it fetchable. (diff) |
upgrade to 0.99.16
Notes
Notes:
svn path=/head/; revision=9110
Diffstat (limited to 'graphics/gimp1/files/patch-ac')
-rw-r--r-- | graphics/gimp1/files/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gimp1/files/patch-ac b/graphics/gimp1/files/patch-ac new file mode 100644 index 000000000000..6e5af3f2bc81 --- /dev/null +++ b/graphics/gimp1/files/patch-ac @@ -0,0 +1,15 @@ +--- plug-ins/libgck/gck/Makefile.in.orig Tue Dec 16 08:26:17 1997 ++++ plug-ins/libgck/gck/Makefile.in Tue Dec 16 08:26:31 1997 +@@ -111,9 +111,10 @@ + libgck_la_LDFLAGS = -version-info 0:1:0 -rpath $(libdir) + + INCLUDES = \ ++ -I$(srcdir)/.. \ + -I$(top_srcdir) \ +- -I$(includedir) \ +- -I$(srcdir)/.. ++ -I$(includedir) ++ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = |