diff options
author | steve <steve@FreeBSD.org> | 2000-02-21 05:03:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-21 05:03:00 +0800 |
commit | 0d0f2548a9a7438ee0f5be6cb2a6934185b810b2 (patch) | |
tree | d0fa45d82d04cbde3adf9dd09c0db36e83447efb /devel | |
parent | 44ffd4d518b889f34363f42ec8ed22b521c2711c (diff) | |
download | freebsd-ports-gnome-0d0f2548a9a7438ee0f5be6cb2a6934185b810b2.tar.gz freebsd-ports-gnome-0d0f2548a9a7438ee0f5be6cb2a6934185b810b2.tar.zst freebsd-ports-gnome-0d0f2548a9a7438ee0f5be6cb2a6934185b810b2.zip |
Coerce this into building on the Alpha.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/uclmmbase/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/uclmmbase/files/patch-ab b/devel/uclmmbase/files/patch-ab index f3a7d3643747..01c29b714ec3 100644 --- a/devel/uclmmbase/files/patch-ab +++ b/devel/uclmmbase/files/patch-ab @@ -1,5 +1,14 @@ ---- configure.orig Fri Oct 15 18:31:00 1999 -+++ configure Fri Jan 28 03:52:54 2000 +--- configure.orig Fri Oct 15 04:31:00 1999 ++++ configure Sat Feb 19 10:37:29 2000 +@@ -53,7 +53,7 @@ + + echo "Configuring common code library v$VERSION for $OSTYPE" + +-GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes -Werror" ++GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes" + DEFS="" + + AR="ar" @@ -99,13 +99,13 @@ PROFILE="-pg" ECHO="echo -e" |