Date: Wed, 3 Jan 2007 19:20:45 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/107491: [MAINTAINER] emulators/tme: fix build on !i386 Message-ID: <20070103182045.5D16F39DBA@pin.if.uz.zgora.pl> Resent-Message-ID: <200701031820.l03IKKhP003652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107491 >Category: ports >Synopsis: [MAINTAINER] emulators/tme: fix build on !i386 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 03 18:20:20 GMT 2007 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: Remove -Werror from CFLAGS, which should fix the build on sparc64 and probably others. Added file(s): - files/patch-configure Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tme-0.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/emulators/tme/files/patch-configure /home/trasz/tme/files/patch-configure --- /usr/ports/emulators/tme/files/patch-configure Thu Jan 1 01:00:00 1970 +++ /home/trasz/tme/files/patch-configure Wed Jan 3 19:19:12 2007 @@ -0,0 +1,11 @@ +--- configure.orig Wed Jan 3 19:05:49 2007 ++++ configure Wed Jan 3 19:06:10 2007 +@@ -25853,7 +25853,7 @@ + enable_warnings=yes + fi; + if test "x$enable_warnings" = "xyes" -a "x$GCC" = "xyes"; then +- CFLAGS="${CFLAGS-} -Wundef -Wall -Werror" ++ CFLAGS="${CFLAGS-} -Wundef -Wall" + CXXFLAGS="${CXXFLAGS-} -W" + fi + --- tme-0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070103182045.5D16F39DBA>