pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libsndfile I incorrectly tested my previous chan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/db7eaed341cd
branches: trunk
changeset: 490746:db7eaed341cd
user: ben <ben%pkgsrc.org@localhost>
date: Sat Mar 19 13:59:13 2005 +0000
description:
I incorrectly tested my previous change, and it turns out that with
USE_OSS defined, the build process does require the original escaping.
Revert to original escaping in OSS_DEFS.
diffstat:
audio/libsndfile/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 14e0c7cbac25 -r db7eaed341cd audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Sat Mar 19 12:52:28 2005 +0000
+++ b/audio/libsndfile/Makefile Sat Mar 19 13:59:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/02/24 03:37:28 ben Exp $
+# $NetBSD: Makefile,v 1.28 2005/03/19 13:59:13 ben Exp $
DISTNAME= libsndfile-1.0.11
CATEGORIES= audio
@@ -24,7 +24,7 @@
.if defined(USE_OSS)
. include "../../mk/ossaudio.buildlink3.mk"
-OSS_DEFS= -DDEV_DSP="\"${DEVOSSAUDIO}\"" -DUSE_OSS=1
+OSS_DEFS= -DDEV_DSP=\\\"${DEVOSSAUDIO}\\\" -DUSE_OSS=1
MAKE_ENV+= AM_CFLAGS="${OSS_DEFS}"
.endif
Home |
Main Index |
Thread Index |
Old Index