Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2018 16:53:31 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484305 - head/sysutils/javaservicewrapper
Message-ID:  <201811061653.wA6GrVZZ048119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811061653.wA6GrVZZ048119>