diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-03-20 20:08:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-03-20 20:08:17 +0000 |
commit | be6cae75fa8e2caf9bad9848e27076676729db2a (patch) | |
tree | 83698d3a974e9a3023e0658c5b9dd09de14a65ef /misc | |
parent | bb021ed644374a70df0352fc4afb1ea948e63e66 (diff) | |
download | ports-be6cae75fa8e2caf9bad9848e27076676729db2a.tar.gz ports-be6cae75fa8e2caf9bad9848e27076676729db2a.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wmweather+/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 309b26102d28..ee34c1eeebe9 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -40,6 +40,8 @@ PLIST_FILES= bin/wmweather+ .include <bsd.port.pre.mk> +CFLAGS:= ${CFLAGS:C/-O[0-9]/-O0/} + .if !defined(WITHOUT_WM) LIB_DEPENDS+= wraster:${PORTSDIR}/x11-wm/windowmaker .else @@ -67,7 +69,6 @@ PM= ${WRKDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .endif - post-install: .if !defined(NOPORTEXAMPLES) @${ECHO} "===================================================" > ${PM} |