diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-07-14 11:57:47 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-07-14 11:57:47 +0000 |
commit | a0de475920538072cef666886ea7b698009bda08 (patch) | |
tree | 578bdba2ae69e7cdc99ce76fc4443f8e2e5e0980 /x11-toolkits | |
parent | 376e4dc11784bf49b5d001bd97abe675f0fde04e (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fox12/Makefile b/x11-toolkits/fox12/Makefile index 48293ad5b72a..939898a34bb0 100644 --- a/x11-toolkits/fox12/Makefile +++ b/x11-toolkits/fox12/Makefile @@ -7,7 +7,7 @@ PORTNAME= fox PORTVERSION= ${MAJORVER}.${SHVER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ \ @@ -53,7 +53,7 @@ OPTIONS= XFT "Enable Xft support" on \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 +CPPFLAGS+= -ffriend-injection .endif ## |