pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share Force detection of X11 header...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dfe6fad304f
branches:  trunk
changeset: 468842:3dfe6fad304f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Feb 17 05:28:31 2004 +0000

description:
Force detection of X11 headers/libraries via -with-x11{inc,lib}dir,
because XFree86 could be installed somewhere (/usr/pkg/X11R6 for
example :-).

diffstat:

 multimedia/mplayer-share/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e274f9c2fc5b -r 3dfe6fad304f multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common  Tue Feb 17 04:30:17 2004 +0000
+++ b/multimedia/mplayer-share/Makefile.common  Tue Feb 17 05:28:31 2004 +0000
@@ -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 @@
 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,



Home | Main Index | Thread Index | Old Index