Date: Tue, 17 Dec 2013 02:48:52 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184822: games/stepmania-devel: Fix build with clang Message-ID: <20131217024852.9383724bd5b8e8b64e2969ce@yahoo.com> Resent-Message-ID: <201312161810.rBGIA5L1015903@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 184822 >Category: ports >Synopsis: games/stepmania-devel: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang >How-To-Repeat: >Fix: diff -urN /usr/ports/games/stepmania-devel/Makefile games/stepmania-devel/Makefile --- /usr/ports/games/stepmania-devel/Makefile 2013-11-11 13:55:18.000000000 +0900 +++ games/stepmania-devel/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -6,6 +6,7 @@ PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= GOOGLE_CODE +PROJECTHOST= sm-ssc PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-SM5-alpha3-src @@ -24,11 +25,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-SM5-alpha3 -PROJECTHOST= sm-ssc USE_BZIP2= yes +USES= iconv pathfix perl5 pkgconfig shebangfix USE_XORG= x11 xau xdmcp xext xrandr xrender xtst USE_GL= gl glu -USES= pathfix iconv shebangfix perl5 pkgconfig USE_GNOME= gtk20 USE_PERL5= build GNU_CONFIGURE= yes @@ -38,7 +38,7 @@ extern/zlib/zlib2ansi CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lpthread +LDFLAGS+= -L${LOCALBASE}/lib -lX11 VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_WITH= vorbis @@ -53,8 +53,10 @@ post-patch: @${REINPLACE_CMD} -e \ - '/^LIBS/s|-lpthread|${ICONV_LIB}|' -e 's/-finline-limit=300//g' \ - ${WRKSRC}/src/Makefile.in + 's|-lpthread |-pthread |' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/^LIBS/s|-lpthread|${ICONV_LIB}| ; \ + s|-finline-limit=300||g' ${WRKSRC}/src/Makefile.in pre-build: @${ECHO_CMD} -n > ${WRKDIR}/stepmania.sh @@ -62,7 +64,7 @@ @${ECHO_CMD} 'cd ${PREFIX}/lib/stepmania; ./stepmania $$@' >> ${WRKDIR}/stepmania.sh post-build: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} SMData) do-install: diff -urN /usr/ports/games/stepmania-devel/files/patch-ArchHooks.h games/stepmania-devel/files/patch-ArchHooks.h --- /usr/ports/games/stepmania-devel/files/patch-ArchHooks.h 1970-01-01 09:00:00.000000000 +0900 +++ games/stepmania-devel/files/patch-ArchHooks.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/arch/ArchHooks/ArchHooks.h.orig ++++ src/arch/ArchHooks/ArchHooks.h +@@ -1,6 +1,8 @@ + #ifndef ARCH_HOOKS_H + #define ARCH_HOOKS_H + ++#include <ctime> ++ + struct lua_State; + class ArchHooks + { >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131217024852.9383724bd5b8e8b64e2969ce>