this package uses lots of gcc'isms. mark it only for gcc.
This commit is contained in:
parent
7541c07e71
commit
71ecfa5633
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue