diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-05-01 18:25:47 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-05-01 18:25:47 +0000 |
commit | ea49ae58d1f191104ada172cd87c43b6e8386a24 (patch) | |
tree | feb3944efac7d96d65ba49e48c019247e455bfad /graphics/gimp1/files/patch-aa | |
parent | Update: (diff) |
upgrade to 0.99.9, plus a bunch of patches from the list.
Obtained from: gimp-devel mailing list, in part
Notes
Notes:
svn path=/head/; revision=6374
Diffstat (limited to 'graphics/gimp1/files/patch-aa')
-rw-r--r-- | graphics/gimp1/files/patch-aa | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/graphics/gimp1/files/patch-aa b/graphics/gimp1/files/patch-aa deleted file mode 100644 index 9049a1722446..000000000000 --- a/graphics/gimp1/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ -**** -**** patches for the libtool in all the directories. -**** These are mostly for linking against the freshly build -**** libraraies rather than the installed ones. -**** - ---- /a/gimp-0.99.6/ltmain.sh Wed Feb 26 03:39:50 1997 -+++ ltmain.sh Wed Mar 12 20:20:40 1997 -@@ -334,7 +335,9 @@ - exit 1 - ;; - esac -- deplibs="$deplibs $arg" -+ compile_shlibpath="$compile_shlibpath$dir:" -+ printf "compile_shlibpath: $compile_shlibpath\n" -+ arg="" - ;; - - -l*) deplibs="$deplibs $arg" ;; ---- /a/gimp-0.99.6/gtk+/ltmain.sh Wed Feb 26 03:39:50 1997 -+++ gtk+/ltmain.sh Wed Mar 12 20:20:40 1997 -@@ -334,7 +335,9 @@ - exit 1 - ;; - esac -- deplibs="$deplibs $arg" -+ compile_shlibpath="$compile_shlibpath$dir:" -+ printf "compile_shlibpath: $compile_shlibpath\n" -+ arg="" - ;; - - -l*) deplibs="$deplibs $arg" ;; ---- /a/gimp-0.99.6/gtk+/glib/ltmain.sh Wed Feb 26 03:39:50 1997 -+++ gtk+/glib/ltmain.sh Wed Mar 12 20:20:40 1997 -@@ -334,7 +335,9 @@ - exit 1 - ;; - esac -- deplibs="$deplibs $arg" -+ compile_shlibpath="$compile_shlibpath$dir:" -+ printf "compile_shlibpath: $compile_shlibpath\n" -+ arg="" - ;; - - -l*) deplibs="$deplibs $arg" ;; |