summaryrefslogtreecommitdiff
path: root/devel/SDL/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-07-25 23:31:08 +0000
committerwiz <wiz@pkgsrc.org>2007-07-25 23:31:08 +0000
commit0b0c6183c6e26e41e3b35009c5d5e040088f90f7 (patch)
tree117105cab66129b8ca08b6f1d1645973c9537f04 /devel/SDL/Makefile
parent4df42323b63e2d8cd3a6aef377a9d3047d3b5c52 (diff)
downloadpkgsrc-0b0c6183c6e26e41e3b35009c5d5e040088f90f7.tar.gz
Update to 1.2.12:
1.2.12: Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X and X11. Also, many pkgsrc patches were integrated.
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r--devel/SDL/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index 4a2b51f463e..104fdb3ce9d 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2007/05/19 22:48:52 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2007/07/25 23:31:08 wiz Exp $
-DISTNAME= SDL-1.2.11
-PKGREVISION= 2
+DISTNAME= SDL-1.2.12
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/
@@ -56,7 +55,7 @@ BUILDLINK_PASSTHRU_DIRS+= ${dir}
.include "../../mk/oss.buildlink3.mk"
AM_CFLAGS= -D_PATH_DEV_DSP="\"${DEVOSSAUDIO}\""
-MAKE_ENV+= AM_CFLAGS=${AM_CFLAGS:Q}
+MAKE_ENV+= AM_CFLAGS=${AM_CFLAGS:M*:Q}
# Irix comes with GL, which works fine for SDL
.if ${OPSYS} != "IRIX" && ${OPSYS} != "Darwin"