From b8604da0982f9833532ab890b1b7580bb77c7c24 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 16 Jul 2008 14:27:32 +0000 Subject: - fix build on aplha Reported by: Anton Shterenlikht --- graphics/graphviz/files/patch-configure | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'graphics') diff --git a/graphics/graphviz/files/patch-configure b/graphics/graphviz/files/patch-configure index 5c9c65a8f9b3..4de1e70fdb59 100644 --- a/graphics/graphviz/files/patch-configure +++ b/graphics/graphviz/files/patch-configure @@ -1,11 +1,12 @@ ---- configure.orig 2008-03-10 20:32:12.000000000 +0100 -+++ configure 2008-04-03 17:38:34.000000000 +0200 -@@ -34060,7 +34060,7 @@ - - # Check whether --with-platformsdkincludedir was given. - if test "${with_platformsdkincludedir+set}" = set; then -- withval=$with_platformsdkincludedir; PLATFORMSDKINCLUDE=$withval; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE//'\\'/\\\\}; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE_ESCAPED// /\\ } -+ withval=$with_platformsdkincludedir; PLATFORMSDKINCLUDE=$withval; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE}; PLATFORMSDKINCLUDE_ESCAPED=${PLATFORMSDKINCLUDE_ESCAPED} - fi - - +--- configure.orig 2008-07-07 04:27:21.000000000 +0200 ++++ configure 2008-07-11 11:42:18.000000000 +0200 +@@ -6481,6 +6481,9 @@ + *-apple-darwin* ) + CFLAGS="${CFLAGS} -fno-common -Wall" + ;; ++ *alpha*-freebsd* ) ++ CFLAGS="${CFLAGS} -Wstrict-prototypes -Wpointer-arith -Wall" ++ ;; + *-freebsd* ) + CFLAGS="${CFLAGS} -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math" + ;; -- cgit v1.2.3