Remove deprecated workaround for building with GCC < 2.95
(the relevant configure script bits don't seem to exist either)
This commit is contained in:
parent
daddccd47f
commit
bb5c4b2887
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.71 2017/04/19 13:32:12 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.72 2017/04/26 22:10:37 maya Exp $
|
||||
|
||||
DISTNAME= libsndfile-1.0.28
|
||||
CATEGORIES= audio
|
||||
|
@ -15,9 +15,6 @@ USE_TOOLS+= gmake pkg-config
|
|||
PKGCONFIG_OVERRIDE= sndfile.pc.in
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# This package compiles with gcc2, but its configure script doesn't know that
|
||||
CONFIGURE_ENV+= ac_cv_c_struct_hack=yes
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include "options.mk"
|
||||
|
|
Loading…
Reference in a new issue