pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nspluginwrapper Use --with-x11-prefix, not --x11, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72003b453640
branches:  trunk
changeset: 547683:72003b453640
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Fri Sep 26 22:52:17 2008 +0000

description:
Use --with-x11-prefix, not --x11, to pass X11BASE to configure script.

>From cube-native-xorg branch.

diffstat:

 www/nspluginwrapper/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9673a78173df -r 72003b453640 www/nspluginwrapper/Makefile
--- a/www/nspluginwrapper/Makefile      Fri Sep 26 17:51:17 2008 +0000
+++ b/www/nspluginwrapper/Makefile      Fri Sep 26 22:52:17 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/07/05 22:27:51 abs Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/26 22:52:17 jmcneill Exp $
 #
 
 DISTNAME=       nspluginwrapper-1.0.0
@@ -18,7 +18,8 @@
 HAS_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake pkg-config
-CONFIGURE_ARGS+=       --prefix=${PREFIX} --x11=${X11BASE}
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
+CONFIGURE_ARGS+=       --with-x11-prefix=${X11BASE}
 
 PLUGIN_SUBDIR=         lib/nspluginwrapper/i386/linux
 PLUGIN_INSTDIR=                ${PREFIX}/${PLUGIN_SUBDIR}



Home | Main Index | Thread Index | Old Index