ports/82952: audio/libsidplay - gcc 3.4 issue with audio/ocp
Emanuel Haupt
ehaupt at critical.ch
Sun Jul 3 20:50:13 UTC 2005
>Number: 82952
>Category: ports
>Synopsis: audio/libsidplay - gcc 3.4 issue with audio/ocp
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 03 20:50:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Emanuel Haupt
>Release: FreeBSD 5.4-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p3 FreeBSD 5.4-RELEASE-p3 #0: Thu Jun 30 20:20:39 CEST 2005 root at beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386
>Description:
Hi Stefan
I'm the maintainer of audio/ocp which depends on audio/libsidplay. ocp
is having problems on 4.x if libsidplay was compiled with a gcc version
older than 3.4.
Could you maybe consider applying one of the two possible patches to
audio/libsidplay?
Thanks in advance,
Emanuel
>How-To-Repeat:
>Fix:
OPTION 1:
--- audio-libsidplay-Makefile-FORCEGCC34.patch begins here ---
--- Makefile.orig Sun Jul 3 22:21:30 2005
+++ Makefile Sun Jul 3 22:22:09 2005
@@ -16,6 +16,7 @@
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
+USE_GCC= 3.4+
.include <bsd.port.pre.mk>
--- audio-libsidplay-Makefile-FORCEGCC34.patch ends here ---
OPTION 2:
--- audio-libsidplay-Makefile-OPTIONALGCC34.patch begins here ---
--- Makefile.orig Sun Jul 3 22:21:30 2005
+++ Makefile Sun Jul 3 22:32:22 2005
@@ -19,6 +19,10 @@
.include <bsd.port.pre.mk>
+.if defined(WITH_GCC34)
+USE_GCC= 3.4+
+.endif
+
.if (${ARCH} == i386)
CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint
.endif
--- audio-libsidplay-Makefile-OPTIONALGCC34.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list