pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libsndfile
Module Name: pkgsrc
Committed By: maya
Date: Wed Apr 26 22:10:37 UTC 2017
Modified Files:
pkgsrc/audio/libsndfile: Makefile
Log Message:
Remove deprecated workaround for building with GCC < 2.95
(the relevant configure script bits don't seem to exist either)
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/audio/libsndfile/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/libsndfile/Makefile
diff -u pkgsrc/audio/libsndfile/Makefile:1.71 pkgsrc/audio/libsndfile/Makefile:1.72
--- pkgsrc/audio/libsndfile/Makefile:1.71 Wed Apr 19 13:32:12 2017
+++ pkgsrc/audio/libsndfile/Makefile Wed Apr 26 22:10:37 2017
@@ -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"
Home |
Main Index |
Thread Index |
Old Index