diff options
author | pav <pav@FreeBSD.org> | 2005-05-25 06:54:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-25 06:54:23 +0800 |
commit | 537312f05814049edec8e7aaf8210649b58f6a9e (patch) | |
tree | 57c1d9c0077e38fd9c5d351046c6d89d63d264ad /lang | |
parent | db169b7d93bbbb00c78fcd6c741f769d4a7ebfc7 (diff) | |
download | freebsd-ports-graphics-537312f05814049edec8e7aaf8210649b58f6a9e.tar.gz freebsd-ports-graphics-537312f05814049edec8e7aaf8210649b58f6a9e.tar.zst freebsd-ports-graphics-537312f05814049edec8e7aaf8210649b58f6a9e.zip |
- Disable poll support, it's buggy
PR: ports/81434
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike76/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 89b886bb2e9..44ac4ce55d5 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -57,7 +57,8 @@ CONFIGURE_ARGS+= --without-debug \ --without-copt \ --without-security \ --with-oob \ - --with-poll \ + --without-poll \ + --without-devpoll \ --with-max-fd=60000 \ --with-gmp \ --with-zlib \ |