summaryrefslogtreecommitdiffstats
path: root/graphics/tiff/files/patch-ab
blob: 2c3860ed6b5121803b4bbd5ff0fc07c40164dfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- configure.orig	Mon Mar 20 20:20:42 2000
+++ configure	Mon Sep 18 21:04:27 2000
@@ -1150,8 +1150,10 @@
 	TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
 	;;
     *-freebsd*)
-	DSOSUF=so.${DIST_MAJOR}.0
+	DSOSUF=so
 	LIBCOPTS='-fpic -fPIC'
+	DSOSUF_VERSION=${DSOSUF}.4
+	DSOOPTS='-shared'
 	DSO=FREEBSD
 	TIFFLIBREF='-L${DEPTH}/libtiff -ltiff'
 	;;
@@ -1256,7 +1258,7 @@
 # Check if ln -s creates a symbolic link.
 #
 if [ -z "${LN_S-}" ]; then
-    $RM t.c; $LN -s foo t.c && LN_S=-s
+    $RM t.c; $LN -sf foo t.c && LN_S=-sf
 fi
 if [ -n "$LN_S" ]; then
     Note "Looks like $LN supports the -s option to create a symbolic link."
OpenPOWER on IntegriCloud