openbsd-ports/x11/fltk/patches/patch-configure
2002-12-16 16:58:12 +00:00

34 lines
816 B
Plaintext

$OpenBSD: patch-configure,v 1.5 2002/12/16 16:58:12 wilfried Exp $
--- configure.orig Mon Nov 25 18:38:38 2002
+++ configure Mon Dec 16 16:51:42 2002
@@ -1208,9 +1208,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-FL_MAJOR_VERSION=1
+FL_MAJOR_VERSION=2
FL_MINOR_VERSION=1
-FL_PATCH_VERSION=2
+FL_PATCH_VERSION=0
FL_RELEASE_VERSION=
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
@@ -8878,7 +8878,7 @@ echo "${ECHO_T}yes" >&6
;;
esac
- CXX="$CC"
+ : # CXX="$CC"
# Show all standard warnings + unused variables when compiling...
OPTIM="-Wall -Wunused $OPTIM"
@@ -8905,7 +8905,7 @@ echo "${ECHO_T}yes" >&6
if test "x$with_optim" != x; then
OPTIM="$with_optim $OPTIM"
else
- OPTIM="-O2 $OPTIM"
+ : # OPTIM="-O2 $OPTIM"
fi
fi