13 lines
531 B
Plaintext
13 lines
531 B
Plaintext
$OpenBSD: patch-libtiff_Makefile_in,v 1.5 2004/02/25 00:08:10 brad Exp $
|
|
--- libtiff/Makefile.in.orig 2003-11-17 04:24:41.000000000 -0500
|
|
+++ libtiff/Makefile.in 2004-02-24 18:26:44.000000000 -0500
|
|
@@ -246,7 +246,7 @@ OSFdso: ${OBJS}
|
|
${LD} -o libtiff.@DSOSUF@ -shared -error_unresolved ${OBJS} @LIBJPEG@ @LIBGZ@ -lc -lm
|
|
|
|
OPENBSDdso: ${OBJS}
|
|
- ${CC} -shared @LIBCOPTS@ -o libtiff.@DSOSUF_VERSION@ ${OBJS} @LIBJPEG@ @LIBGZ@ -lm
|
|
+ ${CC} -shared @LIBCOPTS@ -o libtiff.@DSOSUF_VERSION@ ${OBJS}
|
|
touch $@
|
|
|
|
OPENSERVERdso: ${OBJS}
|