mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Fix build after libixp update
- Bump PORTREVISION PR: ports/132374 (based on) Submitted by: Sofian Brabez (patch) Approved by: portmgr (pav)
This commit is contained in:
parent
c08255b3f7
commit
d61ee62768
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229656
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= wmii
|
||||
DISTVERSION= 3.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://www.suckless.org/download/
|
||||
|
||||
@ -33,6 +33,8 @@ post-patch: .SILENT
|
||||
${WRKSRC}/cmd/Makefile
|
||||
# Strip debug build options
|
||||
${REINPLACE_CMD} -E 's| -g( -O0)?||' ${WRKSRC}/config.mk
|
||||
${REINPLACE_CMD} -e 's|CFLAGS += -DIXPlint|& -DIXP_NEEDAPI=89|' \
|
||||
${WRKSRC}/config.mk$
|
||||
# Make actual compile/link command appear in the build log
|
||||
${REINPLACE_CMD} -e 's|^COMPILE=|& noisycc=yes | ; \
|
||||
s|^LINK=|& noisycc=yes |' ${WRKSRC}/mk/hdr.mk
|
||||
|
Loading…
Reference in New Issue
Block a user