From 2771596b7fe8abe6d2aaaf9425019f2e30f50e5a Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 17 Feb 2004 05:28:31 +0000 Subject: Force detection of X11 headers/libraries via -with-x11{inc,lib}dir, because XFree86 could be installed somewhere (/usr/pkg/X11R6 for example :-). --- multimedia/mplayer-share/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index 630c2d4702f..77515cbe43a 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/01/26 12:06:43 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/02/17 05:28:31 xtraeme Exp $ # MPLAYER_DIST_VERSION= 1.0pre3 @@ -33,7 +33,8 @@ PTHREAD_OPTS+= require CONFIGURE_ARGS+= --prefix="${PREFIX}" \ --with-extraincdir="${LOCALBASE}/include" \ --with-extralibdir="${LOCALBASE}/lib" \ - --with-extralibdir="${X11BASE}/lib" \ + --with-x11incdir="${X11BASE}/include" \ + --with-x11libdir="${X11BASE}/lib" \ --disable-mpdvdkit \ # The configure script attempts to test-execute compiled programs in /tmp, -- cgit v1.2.3