diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-08-04 20:48:24 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-08-04 20:48:24 +0000 |
commit | 2a288980b3dd5b6d018d361fd95b820a4c7c8b12 (patch) | |
tree | a6c3fd25c960c996a5be4dfe3931ca2fe02d75cc /x11-toolkits/fltk/files/patch-configure | |
parent | databases/mysql-connector-c: Update version 6.1.10=>6.1.11 (diff) |
- Update `x11-toolkits/fltk' to version 1.3.4 (version 1.3.4-1 is available,
but the only difference is fixes for Windows IDE solutions Visual C 2008
and Visual C 2010, so prefer 1.3.4 to avoid dealing with the DISTVERSION)
- Move out .so.1-suffixed symlink creation to `post-install' target rather
than patching `src/Makefile' since the patch tends to get modified with
each update; and drop no longer needed patches that were merged upstream
- Define LICENSE_FILE as it is not just a standard boilerplate
PR: 220649 (modified)
Submitted by: sunpoet
Notes
Notes:
svn path=/head/; revision=447379
Diffstat (limited to 'x11-toolkits/fltk/files/patch-configure')
-rw-r--r-- | x11-toolkits/fltk/files/patch-configure | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/x11-toolkits/fltk/files/patch-configure b/x11-toolkits/fltk/files/patch-configure index 38502025c303..7b60c0c4e1a9 100644 --- a/x11-toolkits/fltk/files/patch-configure +++ b/x11-toolkits/fltk/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2011-08-31 09:14:41.000000000 +0200 -+++ configure 2011-08-31 09:14:54.000000000 +0200 -@@ -7362,7 +7362,7 @@ +--- configure.orig 2016-11-11 16:04:30 UTC ++++ configure +@@ -7408,7 +7408,7 @@ $as_echo "$as_me: WARNING: Ignoring libraries \"$X_PRE LIBS="$LIBS -lX11 $X_EXTRA_LIBS" CFLAGS="$CFLAGS $X_CFLAGS" CXXFLAGS="$CXXFLAGS $X_CFLAGS" @@ -9,21 +9,20 @@ DSOFLAGS="$X_LIBS $DSOFLAGS" $as_echo "#define USE_X11 1" >>confdefs.h -@@ -8137,17 +8137,10 @@ - # Don't use -fforce-mem, -fforce-addr, or -fcaller-saves. +@@ -8276,16 +8276,9 @@ if test -n "$GCC"; then # They all seem to make either no difference or enlarge # the code by a few hundred bytes. -- # + # - # "-Os" seems to be the best compromise between speed and - # code size. "-O3" and higher seem to make no effective - # difference in the speed of the code, but does bloat the - # library 10+%. - # +- # - if test "x$with_optim" != x; then + if test "x$with_optim" != x; then OPTIM="$with_optim $OPTIM" - else -- OPTIM="-Os $OPTIM" +- OPTIM="-Os $OPTIM" fi fi |