summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-11-01 00:32:48 +0000
committerrodent <rodent@pkgsrc.org>2015-11-01 00:32:48 +0000
commitaf9eef8d5456a6277490f5acf9865ae438d38002 (patch)
tree2bf39d32cb766390769e84dbf7d91a42edf16fad
parenteb58751cb52918ad96c2b14e551cf3a725c8228b (diff)
downloadpkgsrc-af9eef8d5456a6277490f5acf9865ae438d38002.tar.gz
Set LIBDIR during configure. Fixes install on Linux.
-rw-r--r--multimedia/libdvdcss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
index e37c49c19bd..66420e4c5fc 100644
--- a/multimedia/libdvdcss/Makefile
+++ b/multimedia/libdvdcss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2015/01/31 21:52:15 adam Exp $
+# $NetBSD: Makefile,v 1.32 2015/11/01 00:32:48 rodent Exp $
#
# In order to ensure compliance with U.S. and international law, please
# do not modify this file to provide pointers to the source or homepage
@@ -26,7 +26,7 @@ PKGCONFIG_OVERRIDE= src/libdvdcss.pc.in
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-doc
+CONFIGURE_ARGS+= --disable-doc --libdir=${PREFIX}/lib
CONFIGURE_ENV+= ac_cv_path_DOXYGEN=
.include "../../mk/bsd.prefs.mk"