summaryrefslogtreecommitdiff
path: root/graphics/gimp1/files/patch-aa
blob: 9049a1722446e313c73fb75addf8ebcb70e5a666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
****
**** 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" ;;