aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-11-13 21:50:03 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-11-13 21:50:03 +0000
commit919e67317d944461edc989f37096fa047e407f31 (patch)
treeeeec65ff8bbc2813b2d0855f0b9be8b8aa63a763 /emulators
parent7a43e420cac45a8c6c03db8e3b19c86a94b78dae (diff)
downloadports-919e67317d944461edc989f37096fa047e407f31.tar.gz
ports-919e67317d944461edc989f37096fa047e407f31.zip
Remove DEBUG knob which I have never seen in use (so that it does not
seem worthwhile adjusting it to the new WITH_ conventions).
Notes
Notes: svn path=/head/; revision=148164
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile12
-rw-r--r--emulators/wine/Makefile12
2 files changed, 0 insertions, 24 deletions
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