openbsd-ports/x11/fltk/patches/patch-configure
2003-12-26 14:18:30 +00:00

35 lines
858 B
Plaintext

$OpenBSD: patch-configure,v 1.7 2003/12/26 14:18:30 wilfried Exp $
--- configure.orig 2003-09-08 21:18:58.000000000 +0200
+++ configure 2003-12-26 14:54:28.000000000 +0100
@@ -1208,9 +1208,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-FL_MAJOR_VERSION=1
-FL_MINOR_VERSION=1
-FL_PATCH_VERSION=4
+FL_MAJOR_VERSION=4
+FL_MINOR_VERSION=0
+FL_PATCH_VERSION=0
FL_RELEASE_VERSION=
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
@@ -8919,7 +8919,7 @@ echo "${ECHO_T}yes" >&6
;;
esac
- CXX="$CC"
+ : # CXX="$CC"
# Show all standard warnings + unused variables when compiling...
OPTIM="-Wall -Wunused $OPTIM"
@@ -8946,7 +8946,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