mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix bug in shared library paths.
PR: 3736 Submitted by: itojun@itojun.org
This commit is contained in:
parent
1fe4bf0a64
commit
93c083c7e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6686
@ -150,7 +150,7 @@
|
||||
LIBJPEG = @LIBJPEG@
|
||||
LIBGZ = @LIBGZ@
|
||||
-LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@
|
||||
+LIBS = ${LIBTIFF} ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@ -ltiff34
|
||||
+LIBS = ${LIBJPEG} ${LIBGZ} @LIBPORT@ @MACHDEPLIBS@ -ltiff34
|
||||
#
|
||||
OBJS= \
|
||||
fax2tiff.o \
|
||||
|
Loading…
Reference in New Issue
Block a user