aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox16
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-02-10 13:38:16 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-02-10 13:38:16 +0000
commitb06784ad4415c80c79ff9ea1aec51329af6fbb5e (patch)
tree03b92a217788ce69ee4c7aebad07dad713ce804e /x11-toolkits/fox16
parent7ee16b703b1a6ef3a00b079e1509875b747400e9 (diff)
downloadports-b06784ad4415c80c79ff9ea1aec51329af6fbb5e.tar.gz
ports-b06784ad4415c80c79ff9ea1aec51329af6fbb5e.zip
Fix hanging of xfe.
PR: 197464 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=378776
Diffstat (limited to 'x11-toolkits/fox16')
-rw-r--r--x11-toolkits/fox16/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile
index ed26d60b1f41..302f673a997a 100644
--- a/x11-toolkits/fox16/Makefile
+++ b/x11-toolkits/fox16/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fox
PORTVERSION= 1.6.50
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/ \
http://ftp.fox-toolkit.org/pub/
@@ -68,7 +69,7 @@ post-patch:
s|"||g' ${WRKSRC}/fox.pc.in
# CXXFLAGS safeness
@${REINPLACE_CMD} -e \
- 's|^\(CXXFLAGS=\)|#\1| ; \
+ 's|^\(CXXFLAGS=""\)|#\1|; \
/CXXFLAGS/s|-O2 ||; \
/CXXFLAGS/s|\(-Wuninitialized\).*"|\1"|; \
/LDFLAGS/s|-s ||' \