summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-09 20:00:02 +0000
committerjlam <jlam>2006-03-09 20:00:02 +0000
commit05e809b5c8ff29addbcac35aaad2663ba52a75f6 (patch)
treed966d159b09e76333c4acae492d4b822181fdde1 /devel
parentdb2c588d3c16ccd3a5228d4bf4a85eb8de34c704 (diff)
downloadpkgsrc-05e809b5c8ff29addbcac35aaad2663ba52a75f6.tar.gz
Always override the path to the OSS DSP device with the one that pkgsrc
has already determined.
Diffstat (limited to 'devel')
-rw-r--r--devel/SDL/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common
index e05e90516e2..80dbf6c2437 100644
--- a/devel/SDL/Makefile.common
+++ b/devel/SDL/Makefile.common
@@ -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 @@ BUILDLINK_PASSTHRU_DIRS+= ${dir}
.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"