diff options
author | maya <maya@pkgsrc.org> | 2017-04-26 22:10:37 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-04-26 22:10:37 +0000 |
commit | e24f1f4b024f05ad2e33d9b16364703714ff609c (patch) | |
tree | 9b529c7627358c5bd6f19a5749ee8069022d9ac5 /audio | |
parent | 321fbbb1edd95dada7849734b087a435738929ea (diff) | |
download | pkgsrc-e24f1f4b024f05ad2e33d9b16364703714ff609c.tar.gz |
Remove deprecated workaround for building with GCC < 2.95
(the relevant configure script bits don't seem to exist either)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsndfile/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index e8c6a4aaaac..549c0009dcb 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -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" |