1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/graphics/gimp-devel/files/patch-aa

46 lines
1.1 KiB
Plaintext
Raw Normal View History

1997-04-08 22:07:03 +00:00
****
**** 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=""
;;
1997-02-28 19:19:40 +00:00
-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" ;;