summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormaya <maya>2017-04-26 22:10:37 +0000
committermaya <maya>2017-04-26 22:10:37 +0000
commit856d6ef92758d908204203a3e3fc7be9ca22da73 (patch)
treeead51ec5d05f73915e566d8a683071fb6855c3d4 /audio
parent5dfd2a4cc9b98206f28dce7efc6dcab89b2329c9 (diff)
downloadpkgsrc-856d6ef92758d908204203a3e3fc7be9ca22da73.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/Makefile5
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"