diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 12 | ||||
-rw-r--r-- | emulators/wine/Makefile | 12 |
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 |