diff options
author | leeym <leeym@FreeBSD.org> | 2004-11-03 09:23:33 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-11-03 09:23:33 +0800 |
commit | 52a1ce75600659881fc3860b7289d0c18cdb9169 (patch) | |
tree | 7de97b4c9052715c289339933347b6965311282a | |
parent | bae4e44dc518eba57f8ba35a86575c2c212bd8d3 (diff) | |
download | freebsd-ports-gnome-52a1ce75600659881fc3860b7289d0c18cdb9169.tar.gz freebsd-ports-gnome-52a1ce75600659881fc3860b7289d0c18cdb9169.tar.zst freebsd-ports-gnome-52a1ce75600659881fc3860b7289d0c18cdb9169.zip |
- add USE_GCC=3.3 when default gcc is 3.4
-rw-r--r-- | textproc/nicetext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile index 0fee8c888ca1..28e87c8cb25c 100644 --- a/textproc/nicetext/Makefile +++ b/textproc/nicetext/Makefile @@ -28,7 +28,7 @@ PROGRAMS= bitcp dct2mstr expgram genmodel gramtest impkimmo impmsc \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" +USE_GCC= 3.3 .endif post-patch: |