1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

The jrtplib port is broken on amd64 as reported by Kris Kennaway

on Fri, 17 Oct 2003 16:36:54 -0700. This fix should be a temporal solution
until proper -fPIC option is added to configure by library developer
whom I've already notified.

PR:		58197
Submitter:	MAINTAINER
This commit is contained in:
James E. Housley 2003-11-03 01:12:26 +00:00
parent c386036ffa
commit 7071730f20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92902

View File

@ -17,5 +17,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>