aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libdvdnav/Makefile
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2002-06-08 23:54:40 +0800
committernobutaka <nobutaka@FreeBSD.org>2002-06-08 23:54:40 +0800
commit41b59912ea443b05e43f79d2eceb0e2639e85110 (patch)
tree3919fa70d458e0e08a8f205bc68cae2857488bd3 /multimedia/libdvdnav/Makefile
parenta88974f766afe91641c45d22eb38f0ef9b2cc2f8 (diff)
downloadfreebsd-ports-gnome-41b59912ea443b05e43f79d2eceb0e2639e85110.tar.gz
freebsd-ports-gnome-41b59912ea443b05e43f79d2eceb0e2639e85110.tar.zst
freebsd-ports-gnome-41b59912ea443b05e43f79d2eceb0e2639e85110.zip
Link libcrypt to suppress compiler warnings.
Pointed out by: nork
Diffstat (limited to 'multimedia/libdvdnav/Makefile')
-rw-r--r--multimedia/libdvdnav/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile
index 18a61b501e9f..4a02e93ea7b2 100644
--- a/multimedia/libdvdnav/Makefile
+++ b/multimedia/libdvdnav/Makefile
@@ -17,7 +17,8 @@ LIB_DEPENDS= dvdread.2:${PORTSDIR}/graphics/libdvdread
GNU_CONFIGURE= yes
CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- THREAD_LIBS="${PTHREAD_LIBS}"
+ THREAD_LIBS="${PTHREAD_LIBS}" \
+ LIBS="-lcrypt"
INSTALLS_SHLIB= yes
post-patch: