ports/58197: jrtplib port doesn't compile on AMD64 - fix

Petr Holub hopet at ics.muni.cz
Sat Oct 18 10:30:24 UTC 2003


>Number:         58197
>Category:       ports
>Synopsis:       jrtplib port doesn't compile on AMD64 - fix
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 03:30:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Petr Holub
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Masaryk University
>Environment:
System: FreeBSD arwen.ics.muni.cz 4.8-RELEASE FreeBSD 4.8-RELEASE #4: Sat Oct 4 11:00:27 CEST 2003 toor at arwen.ics.muni.cz:/usr/src/sys/compile/ARWEN i386


>Description:

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.

>How-To-Repeat:

Compile on FreeBSD 5.1 on amd64.

>Fix:

--- devel/jrtplib/Makefile.bak  Sat Oct 18 12:13:27 2003
+++ devel/jrtplib/Makefile      Sat Oct 18 12:08:07 2003
@@ -17,5 +17,7 @@
 USE_GMAKE=     yes
 INSTALLS_SHLIB= yes
 NO_FILTER_SHLIBS= yes
+CXX= g++ -fPIC
+CONFIGURE_TARGET= --target ${MACHINE_ARCH}-portbld-freebsd${OSREL}

 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list