summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>2003-10-26 14:05:25 +0000
committertron <tron>2003-10-26 14:05:25 +0000
commit8e67139c44c54ef4a2f59af86cc8aed03b764ed0 (patch)
treee2f7bff085d49e232def50ad9d736615e306ae63 /graphics
parentc5b614a9e4037cbafefc585ca3c78964b9457b9c (diff)
downloadpkgsrc-8e67139c44c54ef4a2f59af86cc8aed03b764ed0.tar.gz
Remove configuration option "--disable-gcc-checking" which is now added
by "pkgsrc/graphics/mplayer-share/Makefile.common".
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gmplayer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gmplayer/Makefile b/graphics/gmplayer/Makefile
index 9b6495d80ef..6396f222b12 100644
--- a/graphics/gmplayer/Makefile
+++ b/graphics/gmplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/10/26 14:01:26 tron Exp $
+# $NetBSD: Makefile,v 1.29 2003/10/26 14:05:25 tron Exp $
PKGNAME= gmplayer-${MPLAYER_PKG_VERSION}
PKGREVISION= 2
@@ -41,8 +41,8 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= ${SKINS}
USE_BUILDLINK2= # defined
-CONFIGURE_ARGS+= --enable-gui --disable-gcc-checking \
- --disable-mencoder --confdir=${PREFIX}/share/mplayer
+CONFIGURE_ARGS+= --enable-gui --disable-mencoder \
+ --confdir=${PREFIX}/share/mplayer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin/gmplayer