svn commit: r484305 - head/sysutils/javaservicewrapper

Ed Maste emaste at FreeBSD.org
Tue Nov 6 16:53:32 UTC 2018


Author: emaste (src committer)
Date: Tue Nov  6 16:53:30 2018
New Revision: 484305
URL: https://svnweb.freebsd.org/changeset/ports/484305

Log:
  sysutils/javaservicewrapper: fix build with LLD on i386
  
  PR:		214864
  Submitted by:	michael.osipov at siemens.com (maintainer)
  Approved by:	kwm

Modified:
  head/sysutils/javaservicewrapper/Makefile

Modified: head/sysutils/javaservicewrapper/Makefile
==============================================================================
--- head/sysutils/javaservicewrapper/Makefile	Tue Nov  6 16:45:30 2018	(r484304)
+++ head/sysutils/javaservicewrapper/Makefile	Tue Nov  6 16:53:30 2018	(r484305)
@@ -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:


More information about the svn-ports-all mailing list