Wed Apr 26 22:10:37 2017 UTC ()
Remove deprecated workaround for building with GCC < 2.95

(the relevant configure script bits don't seem to exist either)


(maya)
diff -r1.71 -r1.72 pkgsrc/audio/libsndfile/Makefile

cvs diff -r1.71 -r1.72 pkgsrc/audio/libsndfile/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/libsndfile/Makefile 2017/04/19 13:32:12 1.71
+++ pkgsrc/audio/libsndfile/Makefile 2017/04/26 22:10:37 1.72
@@ -1,33 +1,30 @@ @@ -1,33 +1,30 @@
1# $NetBSD: Makefile,v 1.71 2017/04/19 13:32:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.72 2017/04/26 22:10:37 maya Exp $
2 2
3DISTNAME= libsndfile-1.0.28 3DISTNAME= libsndfile-1.0.28
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ 5MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.mega-nerd.com/libsndfile/ 8HOMEPAGE= http://www.mega-nerd.com/libsndfile/
9COMMENT= Library for reading and writing audio files 9COMMENT= Library for reading and writing audio files
10LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
11 11
12USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake pkg-config 14USE_TOOLS+= gmake pkg-config
15PKGCONFIG_OVERRIDE= sndfile.pc.in 15PKGCONFIG_OVERRIDE= sndfile.pc.in
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17 17
18# This package compiles with gcc2, but its configure script doesn't know that 
19CONFIGURE_ENV+= ac_cv_c_struct_hack=yes 
20 
21TEST_TARGET= check 18TEST_TARGET= check
22 19
23.include "options.mk" 20.include "options.mk"
24 21
25OPSYSVARS+= BUILDLINK_PASSTHRU_DIRS 22OPSYSVARS+= BUILDLINK_PASSTHRU_DIRS
26 23
27BUILDLINK_PASSTHRU_DIRS.Darwin+= /Developer 24BUILDLINK_PASSTHRU_DIRS.Darwin+= /Developer
28 25
29.if !empty(PKGSRC_COMPILER:Msunpro) 26.if !empty(PKGSRC_COMPILER:Msunpro)
30CXXFLAGS+= -features=extensions 27CXXFLAGS+= -features=extensions
31.endif 28.endif
32 29
33.include "../../audio/flac/buildlink3.mk" 30.include "../../audio/flac/buildlink3.mk"