diff options
author | edwin <edwin@FreeBSD.org> | 2003-11-04 11:54:17 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-11-04 11:54:17 +0000 |
commit | 0b12ea6cc42d63399095f499e0978e5691e84ed5 (patch) | |
tree | 0bbe34afdc461d2139d3c177c8e847acb6600e3d /www/php-screw/Makefile | |
parent | 32191f555161e392c370f2505e876b61d87f4ee3 (diff) | |
download | FreeBSD-ports-0b12ea6cc42d63399095f499e0978e5691e84ed5.zip FreeBSD-ports-0b12ea6cc42d63399095f499e0978e5691e84ed5.tar.gz |
[patch] Fix compiler error in www/php-screw
php-screw is not C99 compatible: the author use "exit()"
while C99 forbid.
PR: 56222
Submitted by: "Kang Liu" <liukang@bjpu.edu.cn>
Approved by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'www/php-screw/Makefile')
-rw-r--r-- | www/php-screw/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/php-screw/Makefile b/www/php-screw/Makefile index 158d993..65b9619 100644 --- a/www/php-screw/Makefile +++ b/www/php-screw/Makefile @@ -27,10 +27,6 @@ CONFIGURE_ARGS+=--enable-php_screw=shared .include <bsd.port.pre.mk> .include "${.CURDIR}/../../lang/php4/bsd.php.mk" -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - pre-everything:: @${ECHO} "" @${ECHO} "To achieve real security, define your own encryption" |