From 50a80bb849e6bfc34b9f701d2370fe360bf4e6fb Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 11 Nov 2001 23:20:02 +0000 Subject: Update to prboom 2.2.2 and respect CFLAGS Reviewed by: maintainer --- games/prboom/Makefile | 4 ++-- games/prboom/distinfo | 2 +- games/prboom/files/patch-configure | 47 +++++++++++++++++++++++++++++++++++--- 3 files changed, 47 insertions(+), 6 deletions(-) diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 35112bbfdf86..cedb2f13683c 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= prboom -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CFLAGS="-I${LOCALBASE}/include" \ + CFLAGS+="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN5= boom.cfg.5 diff --git a/games/prboom/distinfo b/games/prboom/distinfo index 7fc2d75f1d54..6b8f36a6722b 100644 --- a/games/prboom/distinfo +++ b/games/prboom/distinfo @@ -1 +1 @@ -MD5 (prboom-2.2.1.tar.gz) = 9d8201e1aad27cd66a355a42a24ca2df +MD5 (prboom-2.2.2.tar.gz) = 90becb895114ab04fbb0644751a3d80b diff --git a/games/prboom/files/patch-configure b/games/prboom/files/patch-configure index 4c89c7c17a31..cda1ea5e866b 100644 --- a/games/prboom/files/patch-configure +++ b/games/prboom/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Mar 31 12:50:28 2001 -+++ configure Sun Jun 10 16:41:12 2001 -@@ -920,9 +920,9 @@ +--- configure.orig Sat Sep 29 04:39:08 2001 ++++ configure Sat Nov 10 20:30:26 2001 +@@ -922,9 +922,9 @@ if test "x$prefix" != xNONE; then @@ -12,3 +12,44 @@ fi cat >> confdefs.h <&6 + echo "configure:1280: checking whether compiler supports $ac_flag" >&5 -- cgit v1.2.3