aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-12-01 15:51:27 +0800
committertg <tg@FreeBSD.org>1997-12-01 15:51:27 +0800
commit2ba2236f5727dfae5b33cc044c977c56efcd38fd (patch)
tree62de8fad7afe062ac931233c20c981bc3c9ecd72 /graphics
parent842300a98175b1b69575aa3d4a30b75b1d891f33 (diff)
downloadfreebsd-ports-gnome-2ba2236f5727dfae5b33cc044c977c56efcd38fd.tar.gz
freebsd-ports-gnome-2ba2236f5727dfae5b33cc044c977c56efcd38fd.tar.zst
freebsd-ports-gnome-2ba2236f5727dfae5b33cc044c977c56efcd38fd.zip
Forgot to cvs add. I should get this tatoo'd on my forehead. <:-)
Diffstat (limited to 'graphics')
-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 \