aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2005-11-14 05:50:03 +0800
committergerald <gerald@FreeBSD.org>2005-11-14 05:50:03 +0800
commit677f11bad52cf8b4738f566927849fb834476d8e (patch)
tree802e56e5ec2addcbee1a1e8bf131f65eae69eace
parentb2f7c04af0962f1ba57038e58526d3f9a95e02b5 (diff)
downloadfreebsd-ports-gnome-677f11bad52cf8b4738f566927849fb834476d8e.tar.gz
freebsd-ports-gnome-677f11bad52cf8b4738f566927849fb834476d8e.tar.zst
freebsd-ports-gnome-677f11bad52cf8b4738f566927849fb834476d8e.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).
-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