diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-24 06:33:03 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-24 06:33:03 +0000 |
commit | 1b87bcd7b1c26b3fa9bcb6be4c110bb91a79f580 (patch) | |
tree | 29f2b5b5e93b14fb3b61c088daf0d3f472ed8515 /x11 | |
parent | 1a756da41dd18153c57c5daa9215b86b021599f9 (diff) | |
download | FreeBSD-ports-1b87bcd7b1c26b3fa9bcb6be4c110bb91a79f580.zip FreeBSD-ports-1b87bcd7b1c26b3fa9bcb6be4c110bb91a79f580.tar.gz |
Don't mark BROKEN on amd64, since libsupc++ is no more used.
Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index de5c40f..4abbcd2 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -119,10 +119,6 @@ CONFIGURE_ENV+= LIBS="-lutil" .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "libsupc++.a cannot be used when making a shared object (missing -fPIC)" -.endif - .if ${OSVERSION} < 500000 BROKEN= "missing wide-character functions in FreeBSD-4.x libc" .endif |