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

35 lines
900 B
Plaintext
Raw Normal View History

2003-12-26 09:18:30 -05:00
$OpenBSD: patch-configure_in,v 1.8 2003/12/26 14:18:30 wilfried Exp $
--- configure.in.orig 2003-08-06 00:40:45.000000000 +0200
+++ configure.in 2003-12-26 14:53:25.000000000 +0100
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
2003-04-02 07:58:43 -05:00
-FL_MINOR_VERSION=1
2003-12-26 09:18:30 -05:00
-FL_PATCH_VERSION=4
+FL_MAJOR_VERSION=4
2003-04-02 07:58:43 -05:00
+FL_MINOR_VERSION=0
2002-11-04 11:59:05 -05:00
+FL_PATCH_VERSION=0
FL_RELEASE_VERSION=
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
2003-12-26 09:18:30 -05:00
@@ -668,7 +668,7 @@ if test -n "$GCC"; then
;;
esac
- CXX="$CC"
+ : # CXX="$CC"
# Show all standard warnings + unused variables when compiling...
OPTIM="-Wall -Wunused $OPTIM"
2003-12-26 09:18:30 -05:00
@@ -695,7 +695,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