svn commit: r378776 - head/x11-toolkits/fox16

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 10 13:38:17 UTC 2015


Author: vanilla
Date: Tue Feb 10 13:38:16 2015
New Revision: 378776
URL: https://svnweb.freebsd.org/changeset/ports/378776
QAT: https://qat.redports.org/buildarchive/r378776/

Log:
  Fix hanging of xfe.
  
  PR:		197464
  Submitted by:	Ports Fury

Modified:
  head/x11-toolkits/fox16/Makefile

Modified: head/x11-toolkits/fox16/Makefile
==============================================================================
--- head/x11-toolkits/fox16/Makefile	Tue Feb 10 13:19:03 2015	(r378775)
+++ head/x11-toolkits/fox16/Makefile	Tue Feb 10 13:38:16 2015	(r378776)
@@ -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 ||' \


More information about the svn-ports-all mailing list