openbsd-ports/x11/fltk/patches/patch-configure_in

34 lines
858 B
Plaintext
Raw Normal View History

2002-12-16 11:58:12 -05:00
$OpenBSD: patch-configure_in,v 1.6 2002/12/16 16:58:12 wilfried Exp $
--- configure.in.orig Thu Nov 14 14:57:39 2002
+++ configure.in Mon Dec 16 16:51:49 2002
2002-11-04 11:59:05 -05:00
@@ -32,9 +32,9 @@ dnl Required file in package...
AC_INIT(src/Fl.cxx)
dnl FLTK library versions...
-FL_MAJOR_VERSION=1
+FL_MAJOR_VERSION=2
2002-12-16 11:58:12 -05:00
FL_MINOR_VERSION=1
-FL_PATCH_VERSION=2
2002-11-04 11:59:05 -05:00
+FL_PATCH_VERSION=0
FL_RELEASE_VERSION=
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
2002-12-16 11:58:12 -05:00
@@ -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"
2002-12-16 11:58:12 -05:00
@@ -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