From b71a1d488b6b45e0a968a4c149990c25b6a09215 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: 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 --- devel/SDL/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/SDL') 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 -- cgit v1.2.3