openbsd-ports/x11/fltk/patches/patch-configure_in
2003-04-02 12:58:43 +00:00

35 lines
878 B
Plaintext

$OpenBSD: patch-configure_in,v 1.7 2003/04/02 12:58:43 wilfried Exp $
--- configure.in.orig Thu Jan 30 22:38:18 2003
+++ configure.in Wed Apr 2 14:36:56 2003
@@ -32,9 +32,9 @@ dnl Required file in package...
AC_INIT(src/Fl.cxx)
dnl FLTK library versions...
-FL_MAJOR_VERSION=1
-FL_MINOR_VERSION=1
-FL_PATCH_VERSION=3
+FL_MAJOR_VERSION=3
+FL_MINOR_VERSION=0
+FL_PATCH_VERSION=0
FL_RELEASE_VERSION=
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
@@ -664,7 +664,7 @@ if test -n "$GCC"; then
;;
esac
- CXX="$CC"
+ : # CXX="$CC"
# Show all standard warnings + unused variables when compiling...
OPTIM="-Wall -Wunused $OPTIM"
@@ -691,7 +691,7 @@ if test -n "$GCC"; then
if test "x$with_optim" != x; then
OPTIM="$with_optim $OPTIM"
else
- OPTIM="-O2 $OPTIM"
+ : # OPTIM="-O2 $OPTIM"
fi
fi