pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libsndfile Remove deprecated workaround for buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e293eab94f97
branches:  trunk
changeset: 361789:e293eab94f97
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 26 22:10:37 2017 +0000

description:
Remove deprecated workaround for building with GCC < 2.95

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

diffstat:

 audio/libsndfile/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r aa529abe4821 -r e293eab94f97 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Wed Apr 26 21:29:16 2017 +0000
+++ b/audio/libsndfile/Makefile Wed Apr 26 22:10:37 2017 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index