summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /devel/SDL
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'devel/SDL')
-rw-r--r--devel/SDL/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/SDL/Makefile.common b/devel/SDL/Makefile.common
index 6b3a20e88a1..a104c4ca16c 100644
--- a/devel/SDL/Makefile.common
+++ b/devel/SDL/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2005/09/07 10:15:39 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2005/12/05 20:50:01 rillig Exp $
DISTNAME= SDL-1.2.9
CATEGORIES= devel games
@@ -39,7 +39,7 @@ MAKE_ENV+= NASMFLAGS="${NASMFLAGS_${OBJECT_FMT}}"
# finding various libraries. This ensure that any unusual -Wl,-R options
# are noted correctly in the generated sdl-config.
#
-CONFIGURE_ENV+= SYSTEM_LIBS="${LDFLAGS}"
+CONFIGURE_ENV+= SYSTEM_LIBS=${LDFLAGS:M*:Q}
# buildlink passthru the directories required for the Cocoa framework
# on Darwin if they exist.
@@ -55,7 +55,7 @@ BUILDLINK_PASSTHRU_DIRS+= ${_dir_}
.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}"
+MAKE_ENV+= AM_CFLAGS=${AM_CFLAGS:Q}
.endif
# Irix comes with GL, which works fine for SDL