mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Twiddle optimization level to make this safe for a clang userland
This commit is contained in:
parent
bb021ed644
commit
be6cae75fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271360
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user