diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-10 09:01:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-10 09:01:41 +0000 |
commit | df366ceafe126dcd7a14f00d72a22341a8dbe84d (patch) | |
tree | 9563e09b31c0d87559344be0f599dff70c015fbb /graphics/gimp/files/patch-at | |
parent | Displays verbose message when install, and also adds (diff) |
Upgrade to 1.1.30.
Notes
Notes:
svn path=/head/; revision=35816
Diffstat (limited to 'graphics/gimp/files/patch-at')
-rw-r--r-- | graphics/gimp/files/patch-at | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gimp/files/patch-at b/graphics/gimp/files/patch-at deleted file mode 100644 index 7bcd4597b5a2..000000000000 --- a/graphics/gimp/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/perl/config.pl.in.orig Sat Apr 8 00:17:49 2000 -+++ plug-ins/perl/config.pl.in Sat Apr 8 00:18:18 2000 -@@ -91,7 +91,7 @@ - $GIMP_LIBS_NOUI =~ s%\$topdir%$topdir%g; - - # $...1 variables should be put in front of the corresponding MakeMaker values. --$INC1 = "-I$topdir"; -+$INC1 = "-I$topdir -I\$(PERL_INC)"; - $DEFINE1 = $IN_GIMP ? "-DIN_GIMP" : ""; - $DEFINE1 = " -Ddatadir=\"\\\"".expand($datadir)."\\\"\""; - |