mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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:
parent
65575183bb
commit
e603c2223f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484305
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue