1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Definitely fix build on -current.

This commit is contained in:
Alex Dupre 2004-11-25 07:17:32 +00:00
parent 8816e70fec
commit 3832f005c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122388

View File

@ -5,7 +5,7 @@
AC_MSG_ERROR([wrong magic lib version or lib not found])
],[
- -L$FILEINFO_DIR/lib -lm -ldl
+ -L$FILEINFO_DIR/lib -lm
+ -L$FILEINFO_DIR/lib -lm -lz
])
MAGIC_MIME_LOCATIONS="/usr/local/share/file/magic /usr/share/file/magic /etc/magic"