diff options
author | grant <grant@pkgsrc.org> | 2004-06-12 04:34:49 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-12 04:34:49 +0000 |
commit | c51632899479e78f31a646db3870678463943d84 (patch) | |
tree | bd5550468cef11c286d7194df51e2f7fb73803fd | |
parent | f36c713da21d7502136e02125e79e92bd836b5db (diff) | |
download | pkgsrc-c51632899479e78f31a646db3870678463943d84.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: |