openbsd-ports/x11/fltk/patches/patch-configure_in
2006-10-19 09:41:32 +00:00

26 lines
682 B
Plaintext

$OpenBSD: patch-configure_in,v 1.10 2006/10/19 09:41:32 wilfried Exp $
--- configure.in.orig Sun Jan 15 19:36:16 2006
+++ configure.in Thu Oct 19 10:43:04 2006
@@ -34,9 +34,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=7
+#FL_MAJOR_VERSION=1
+#FL_MINOR_VERSION=1
+#FL_PATCH_VERSION=7
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
AC_SUBST(FL_MAJOR_VERSION)
@@ -844,7 +844,7 @@ if test -n "$GCC"; then
if test "x$with_optim" != x; then
OPTIM="$with_optim $OPTIM"
else
- OPTIM="-Os $OPTIM"
+ : # OPTIM="-Os $OPTIM"
fi
fi