pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/SDL Always override the path to the OSS DSP devi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c4956a01558
branches:  trunk
changeset: 509410:4c4956a01558
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 09 20:00:02 2006 +0000

description:
Always override the path to the OSS DSP device with the one that pkgsrc
has already determined.

diffstat:

 devel/SDL/Makefile.common |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 12960d888151 -r 4c4956a01558 devel/SDL/Makefile.common
--- a/devel/SDL/Makefile.common Thu Mar 09 19:20:00 2006 +0000
+++ b/devel/SDL/Makefile.common Thu Mar 09 20:00:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2006/02/07 18:16:18 wiz Exp $
+# $NetBSD: Makefile.common,v 1.27 2006/03/09 20:00:02 jlam Exp $
 
 DISTNAME=      SDL-1.2.9
 CATEGORIES=    devel games
@@ -53,10 +53,9 @@
 .endif
 
 .include "../../mk/ossaudio.buildlink3.mk"
-.  if defined(HAVE_OSS) && ${HAVE_OSS} == "YES"
+
 AM_CFLAGS=             -D_PATH_DEV_DSP="\"${DEVOSSAUDIO}\""
 MAKE_ENV+=             AM_CFLAGS=${AM_CFLAGS:Q}
-.endif
 
 # Irix comes with GL, which works fine for SDL
 .if ${OPSYS} != "IRIX"



Home | Main Index | Thread Index | Old Index