pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Explicitly configure without composite su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/582ce11d35a5
branches:  trunk
changeset: 510674:582ce11d35a5
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 02 02:01:58 2006 +0000

description:
Explicitly configure without composite support.  Fixes build when using
newer xorgs.  While here remove a few configure arguments that no longer
do anything. Bump PKGREVISION.

diffstat:

 x11/kdebase3/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 91b4f2dcb488 -r 582ce11d35a5 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Sat Apr 01 23:27:49 2006 +0000
+++ b/x11/kdebase3/Makefile     Sun Apr 02 02:01:58 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.108 2006/03/30 02:39:39 markd Exp $
+# $NetBSD: Makefile,v 1.109 2006/04/02 02:01:58 markd Exp $
 
 DISTNAME=      kdebase-${_KDE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    x11
 COMMENT=       Base modules for the KDE 3 integrated X11 desktop
 
@@ -28,11 +29,9 @@
 
 CONFIGURE_ARGS+=       --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
 CONFIGURE_ARGS+=       --with-ldap="${BUILDLINK_PREFIX.openldap}"
+CONFIGURE_ARGS+=       --without-composite
+CONFIGURE_ARGS+=       --without-java
 CONFIGURE_ARGS+=       --without-pam
-CONFIGURE_ARGS+=       --without-cdparanoia
-CONFIGURE_ARGS+=       --without-lame
-CONFIGURE_ARGS+=       --without-vorbis
-CONFIGURE_ARGS+=       --without-java
 
 REPLACE_PERL+=         kcontrol/keys/convertShortcuts.pl \
                        khelpcenter/searchhandlers/khc_docbookdig.pl.in \



Home | Main Index | Thread Index | Old Index