pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libsndfile This package uses C99 features, and d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d9b81b5a8e2
branches: trunk
changeset: 472679:3d9b81b5a8e2
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Apr 11 20:49:46 2004 +0000
description:
This package uses C99 features, and does thus need gcc 3.1 or better.
Remove a work-around for sparc64 gcc2 bugs (since gcc3 is required
anyway...)
diffstat:
audio/libsndfile/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 775d492b70f6 -r 3d9b81b5a8e2 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Sun Apr 11 20:42:28 2004 +0000
+++ b/audio/libsndfile/Makefile Sun Apr 11 20:49:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/02 10:13:43 adam Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/11 20:49:46 kristerw Exp $
#
DISTNAME= libsndfile-1.0.9
@@ -14,8 +14,8 @@
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= sndfile.pc.in
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE}
+# This package needs a C99 compiler
+GCC_REQD+= 3.1
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index