This package uses C99 features, and does thus need gcc 3.1 or better.
Remove a work-around for sparc64 gcc2 bugs (since gcc3 is required anyway...)
This commit is contained in:
parent
d0ab6651d7
commit
3adb772a0f
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2004/04/02 10:13:43 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2004/04/11 20:49:46 kristerw Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libsndfile-1.0.9
|
||||
|
@ -14,8 +14,8 @@ GNU_CONFIGURE= YES
|
|||
USE_LIBTOOL= YES
|
||||
PKGCONFIG_OVERRIDE= sndfile.pc.in
|
||||
|
||||
# Avoid an ICE in gcc2 on sparc64
|
||||
CONFIGURE_ENV+= F77=${FALSE}
|
||||
# This package needs a C99 compiler
|
||||
GCC_REQD+= 3.1
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue