sysutils/javaservicewrapper: fix build with LLD on i386

PR:		214864
Submitted by:	michael.osipov@siemens.com (maintainer)
Approved by:	kwm
This commit is contained in:
Ed Maste 2018-11-06 16:53:30 +00:00
parent 65575183bb
commit e603c2223f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484305

View file

@ -3,6 +3,7 @@
PORTNAME= javaservicewrapper
PORTVERSION= 3.5.29
PORTREVISION= 1
CATEGORIES= sysutils java
MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/
DISTNAME= wrapper_${PORTVERSION}_src
@ -30,6 +31,7 @@ OPTIONS_DEFINE= DOCS
MAKE_ARGS+= -Dbits=64
.else
MAKE_ARGS+= -Dbits=32
CFLAGS+= -fPIC
.endif
post-patch: