diff options
author | grant <grant> | 2004-06-12 04:34:49 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-12 04:34:49 +0000 |
commit | 71842612d2d3e1469d1f80a94484d6dea2134d3f (patch) | |
tree | bd5550468cef11c286d7194df51e2f7fb73803fd | |
parent | 92031959903914a0e3df67a43608e15ce8800c99 (diff) | |
download | pkgsrc-71842612d2d3e1469d1f80a94484d6dea2134d3f.tar.gz |
this package uses lots of gcc'isms. mark it only for gcc.
-rw-r--r-- | devel/libmpeg3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libmpeg3/Makefile b/devel/libmpeg3/Makefile index c2c8e7a4882..bc216206ca2 100644 --- a/devel/libmpeg3/Makefile +++ b/devel/libmpeg3/Makefile @@ -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 @@ USE_BUILDLINK3= yes HAS_CONFIGURE= yes USE_GNU_TOOLS+= make +ONLY_FOR_COMPILER= gcc + PTHREAD_OPTS+= require post-configure: |