From 677f11bad52cf8b4738f566927849fb834476d8e Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 13 Nov 2005 21:50:03 +0000 Subject: Remove DEBUG knob which I have never seen in use (so that it does not seem worthwhile adjusting it to the new WITH_ conventions). --- emulators/wine-devel/Makefile | 12 ------------ emulators/wine/Makefile | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'emulators') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 08bcb5815815..ab263669525a 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -39,18 +39,6 @@ USE_XPM= yes IGNORE= fails to work on versions of FreeBSD before 5.3 (due to problems with threading support) .endif -.if defined(DEBUG) -STRIP= -.else -CFLAGS+= -O2 - -pre-extract: - @${ECHO} "DEBUG has not been set, building without debug info." - @${ECHO} "This makes the disk footprint and packages much smaller," - @${ECHO} "but debugging harder. If Wine crashes and you need to" - @${ECHO} "generate a backtrace, please rebuild with DEBUG defined." -.endif - post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/wine.sh \ > ${WRKSRC}/wine.sh diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 08bcb5815815..ab263669525a 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -39,18 +39,6 @@ USE_XPM= yes IGNORE= fails to work on versions of FreeBSD before 5.3 (due to problems with threading support) .endif -.if defined(DEBUG) -STRIP= -.else -CFLAGS+= -O2 - -pre-extract: - @${ECHO} "DEBUG has not been set, building without debug info." - @${ECHO} "This makes the disk footprint and packages much smaller," - @${ECHO} "but debugging harder. If Wine crashes and you need to" - @${ECHO} "generate a backtrace, please rebuild with DEBUG defined." -.endif - post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/wine.sh \ > ${WRKSRC}/wine.sh -- cgit