diff options
author | trevor <trevor@FreeBSD.org> | 2002-12-08 15:44:35 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-12-08 15:44:35 +0800 |
commit | 95bdafc75c0c83e913f2f4e3016c9ce0f3342d7e (patch) | |
tree | 3c73cf2c6247a9afe0b5c08df8a34ccbc1edb767 /www/beonex/Makefile | |
parent | ae19e3420ccd955823f52e9d8b054cb64c361636 (diff) | |
download | freebsd-ports-gnome-95bdafc75c0c83e913f2f4e3016c9ce0f3342d7e.tar.gz freebsd-ports-gnome-95bdafc75c0c83e913f2f4e3016c9ce0f3342d7e.tar.zst freebsd-ports-gnome-95bdafc75c0c83e913f2f4e3016c9ce0f3342d7e.zip |
Unbreak for use with IPv4 on FreeBSD -CURRENT (only tested on i386).
Obtained from: ume
(ports/www/mozilla/files/patch-nsprpub::pr::src::pthreads::ptio.c rev. 1.1)
Diffstat (limited to 'www/beonex/Makefile')
-rw-r--r-- | www/beonex/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/beonex/Makefile b/www/beonex/Makefile index 8faf35eb9620..c1f315f91e9c 100644 --- a/www/beonex/Makefile +++ b/www/beonex/Makefile @@ -95,10 +95,6 @@ ALL_TARGET= default CONFIGURE_ARGS+= --enable-reorder .endif -.if ${OSVERSION} > 500038 -BROKEN= "runtime error on FreeBSD -CURRENT" -.endif - .if exists(${LOCALBASE}/include/freetype/freetype.h) BROKEN="You must upgrade your freetype port to 1.3.1_2 or higher before installing Beonex. If you have 1.3.1_2 installed, please remove ${LOCALBASE}/include/freetype, then build Beonex" .endif |