diff options
author | kris <kris@FreeBSD.org> | 2006-03-03 07:25:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-03 07:25:48 +0800 |
commit | 36ca787ebf1703dfac9fcd32b8e0bb77234032d2 (patch) | |
tree | 295030da59187e1edb05f9abcf2af4d0504d9ea9 /www/resin2 | |
parent | c20caad8166dd83123265b609cbd247ba05fbd88 (diff) | |
download | freebsd-ports-gnome-36ca787ebf1703dfac9fcd32b8e0bb77234032d2.tar.gz freebsd-ports-gnome-36ca787ebf1703dfac9fcd32b8e0bb77234032d2.tar.zst freebsd-ports-gnome-36ca787ebf1703dfac9fcd32b8e0bb77234032d2.zip |
BROKEN: hard-codes libc_r linkage
Approved by: portmgr (implicit)
Diffstat (limited to 'www/resin2')
-rw-r--r-- | www/resin2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/resin2/Makefile b/www/resin2/Makefile index 536670a32223..10514fcbe80b 100644 --- a/www/resin2/Makefile +++ b/www/resin2/Makefile @@ -20,6 +20,8 @@ USE_PYTHON= yes USE_REINPLACE= yes USE_OPENSSL= yes +BROKEN= Hard-codes libc_r linkage + # Customizable settings RUNASUSER?= www RUNASUID?= 80 |