pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libmpeg3 this package uses lots of gcc'isms. mar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f168fe7d63aa
branches:  trunk
changeset: 476505:f168fe7d63aa
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 12 04:34:49 2004 +0000

description:
this package uses lots of gcc'isms. mark it only for gcc.

diffstat:

 devel/libmpeg3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 811de0f22beb -r f168fe7d63aa devel/libmpeg3/Makefile
--- a/devel/libmpeg3/Makefile   Sat Jun 12 04:32:12 2004 +0000
+++ b/devel/libmpeg3/Makefile   Sat Jun 12 04:34:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/12 19:34:01 snj Exp $
+# $NetBSD: Makefile,v 1.15 2004/06/12 04:34:49 grant Exp $
 #
 
 DISTNAME=      libmpeg3-1.3
@@ -20,6 +20,8 @@
 HAS_CONFIGURE= yes
 USE_GNU_TOOLS+=        make
 
+ONLY_FOR_COMPILER=     gcc
+
 PTHREAD_OPTS+= require
 
 post-configure:



Home | Main Index | Thread Index | Old Index