remove NO_SHARED_ARCHS

This commit is contained in:
naddy
2016-03-12 20:23:35 +00:00
parent 5a948b0d05
commit 6326f9996f
2 changed files with 2 additions and 10 deletions
+1 -5
View File
@@ -1,12 +1,8 @@
# $OpenBSD: Makefile.inc,v 1.72 2016/02/01 21:53:06 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.73 2016/03/12 20:23:35 naddy Exp $
#
BROKEN-hppa= no __sync_bool_compare_and_swap support nor asm fallback
# This port currently only works with archs supporting dynamic loading
# and has Apache that supports DSO's.
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT-main= server-side HTML-embedded scripting language
COMMENT-fastcgi= stand-alone FastCGI version of PHP
+1 -5
View File
@@ -1,8 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 2014/09/13 18:09:22 brad Exp $
# This port currently only works with archs supporting dynamic loading
# and has Apache that supports DSO's.
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
# $OpenBSD: Makefile.inc,v 1.3 2016/03/12 20:23:35 naddy Exp $
COMMENT-main= server-side HTML-embedded scripting language
COMMENT-fastcgi= stand-alone FastCGI version of PHP