summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-12-01 07:51:27 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-12-01 07:51:27 +0000
commit8ff8ee6908b6315aa6d860002035e34214b2360c (patch)
tree4a30c05480bf5e5e1b90391329c780005df1fba7 /graphics/tiff
parentDecouple tiff and tiff34. tiff34 now installs its headers into (diff)
Forgot to cvs add. I should get this tatoo'd on my forehead. <:-)
Notes
Notes: svn path=/head/; revision=8925
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/files/patch-ab16
-rw-r--r--graphics/tiff/files/patch-ac21
2 files changed, 37 insertions, 0 deletions
diff --git a/graphics/tiff/files/patch-ab b/graphics/tiff/files/patch-ab
new file mode 100644
index 000000000000..c4032c27d1c9
--- /dev/null
+++ b/graphics/tiff/files/patch-ab
@@ -0,0 +1,16 @@
+--- ./configure.orig Tue Apr 30 07:16:17 1996
++++ ./configure Sun May 25 22:37:20 1997
+@@ -1140,6 +1140,13 @@
+ DSOOPTS='-shared'
+ DSO=OSF
+ ;;
++ *-freebsd*)
++ DSOSUF=so
++ DSOSUF_VERSION=${DSOSUF}.1.0
++ LIBCOPTS='-fpic -DPIC'
++ DSOOPTS='-Bshareable'
++ DSO=FREEBSD
++ ;;
+ *) DSO=no;;
+ esac
+ test -z "$DSOSUF_VERSION" && DSOSUF_VERSION=${DSOSUF}
diff --git a/graphics/tiff/files/patch-ac b/graphics/tiff/files/patch-ac
new file mode 100644
index 000000000000..6b2d32e5b5d9
--- /dev/null
+++ b/graphics/tiff/files/patch-ac
@@ -0,0 +1,21 @@
+--- ./tools/Makefile.in.orig Tue Apr 30 07:16:37 1996
++++ ./tools/Makefile.in Sun May 25 22:37:20 1997
+@@ -43,14 +43,14 @@
+ INSTALL = @INSTALL@
+ #
+ COPTS = @GCOPTS@
+-OPTIMIZER=-O
++#OPTIMIZER=-O
+ IPATH = -I. -I${SRCDIR} -I${LIBDIR}
+-CFLAGS = @ENVOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH}
++CFLAGS = @ENVOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} -L../libtiff
+ #
+-LIBTIFF = ${DEPTH}/libtiff/libtiff.@DSOSUF@
++LIBTIFF = ${DEPTH}/libtiff/libtiff34.@DSOSUF_VERSION@
+ LIBJPEG = @LIBJPEG@
+ LIBGZ = @LIBGZ@
+-LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@
++LIBS = ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@ -ltiff34
+ #
+ OBJS= \
+ fax2tiff.o \