mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -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
|
PORTNAME= javaservicewrapper
|
||||||
PORTVERSION= 3.5.29
|
PORTVERSION= 3.5.29
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils java
|
CATEGORIES= sysutils java
|
||||||
MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/
|
MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/
|
||||||
DISTNAME= wrapper_${PORTVERSION}_src
|
DISTNAME= wrapper_${PORTVERSION}_src
|
||||||
|
@ -30,6 +31,7 @@ OPTIONS_DEFINE= DOCS
|
||||||
MAKE_ARGS+= -Dbits=64
|
MAKE_ARGS+= -Dbits=64
|
||||||
.else
|
.else
|
||||||
MAKE_ARGS+= -Dbits=32
|
MAKE_ARGS+= -Dbits=32
|
||||||
|
CFLAGS+= -fPIC
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue