ports/107491: [MAINTAINER] emulators/tme: fix build on !i386

trasz trasz at pin.if.uz.zgora.pl
Wed Jan 3 18:20:21 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list