diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-06-08 23:54:40 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-06-08 23:54:40 +0800 |
commit | 41b59912ea443b05e43f79d2eceb0e2639e85110 (patch) | |
tree | 3919fa70d458e0e08a8f205bc68cae2857488bd3 /multimedia/libdvdnav/Makefile | |
parent | a88974f766afe91641c45d22eb38f0ef9b2cc2f8 (diff) | |
download | freebsd-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/Makefile | 3 |
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: |