summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-03 01:12:26 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-03 01:12:26 +0000
commit7071730f2064cffe2d4aeccf7d4322c7eab4186e (patch)
tree2bfc66431829174f8918a13e54d81b6559061310 /devel
parentFix directory layout, but the file isn't there (yet) (diff)
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
Notes
Notes: svn path=/head/; revision=92902
Diffstat (limited to 'devel')
-rw-r--r--devel/jrtplib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile
index 8cb50b4b3547..baca2faeb7e1 100644
--- a/devel/jrtplib/Makefile
+++ b/devel/jrtplib/Makefile
@@ -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>