diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-08-21 16:19:36 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-08-21 16:19:36 +0000 |
commit | 4ee82443c3ae2005432f71fad4670ebbbed7fa0b (patch) | |
tree | 83fe60be983c6df96ce4af8dd9a981ed87aef4f1 /graphics/tiff | |
parent | b5b02e02cb05fb8229412af05a1fa88f52bc29a9 (diff) | |
download | ports-4ee82443c3ae2005432f71fad4670ebbbed7fa0b.tar.gz ports-4ee82443c3ae2005432f71fad4670ebbbed7fa0b.zip |
Notes
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/files/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/tiff/files/patch-aa b/graphics/tiff/files/patch-aa index 6c62567e0bf5..01c1bdd6df21 100644 --- a/graphics/tiff/files/patch-aa +++ b/graphics/tiff/files/patch-aa @@ -1,5 +1,5 @@ ---- ./libtiff/Makefile.in.orig Tue Apr 30 07:16:21 1996 -+++ ./libtiff/Makefile.in Sun May 25 22:38:37 1997 +--- libtiff/Makefile.in.orig Tue Apr 30 07:16:21 1996 ++++ libtiff/Makefile.in Fri Aug 22 00:49:37 1997 @@ -62,7 +62,7 @@ # CONF_LIBRARY=@CONF_JPEG@ @CONF_ZIP@ @@ -31,7 +31,7 @@ # # NB: The configure script verifies that the configured -@@ -159,47 +159,49 @@ +@@ -159,47 +159,50 @@ # default IRIX DSO building rule IRIXdso: ${OBJS} @@ -93,12 +93,13 @@ - + ${LD} -o libtiff34.@DSOSUF@ -shared -error_unresolved ${OBJS} @LIBJPEG@ @LIBGZ@ -lc -lm +FREEBSDdso: ${OBJS} -+ ${LD} -Bshareable -o libtiff34.@DSOSUF_VERSION@ ${OBJS} ++ ${LD} -Bshareable -x /usr/lib/c++rt0.o -o libtiff34.@DSOSUF_VERSION@ \ ++ ${OBJS} @LIBJPEG@ @LIBGZ@ + touch $@ ${OBJS}: ${SRCDIR}/tiffio.h ${SRCDIR}/tiff.h ${SRCDIR}/tif_dir.h ${OBJS}: ${SRCDIR}/tiffcomp.h ${SRCDIR}/tiffiop.h ${SRCDIR}/tiffconf.h -@@ -300,23 +302,23 @@ +@@ -300,23 +303,23 @@ installHdrs: ${INCS} ${INSTALL} -idb tiff.sw.dev -m 755 -dir @DIR_INC@ for i in ${INCS}; do \ @@ -127,7 +128,7 @@ if [ @DSO@dso != nodso ]; then \ ${MAKE} installDSO; \ else \ -@@ -327,4 +329,4 @@ +@@ -327,4 +330,4 @@ rm -f ${TARGETS} ${OBJS} core a.out \ mkg3states tif_fax3sm.c \ mkversion version.h \ |