diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-07-16 14:27:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-07-16 14:27:32 +0000 |
commit | b8604da0982f9833532ab890b1b7580bb77c7c24 (patch) | |
tree | 693eca32e1c88c8fd030e0fb32b8a6b1507cd1a6 /graphics | |
parent | 983bf81eb4f081e21e1355ffec48a9198f60ac20 (diff) | |
download | ports-b8604da0982f9833532ab890b1b7580bb77c7c24.tar.gz ports-b8604da0982f9833532ab890b1b7580bb77c7c24.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/files/patch-configure | 23 |
1 files changed, 12 insertions, 11 deletions
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" + ;; |