diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-09-16 16:17:40 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-09-16 16:17:40 +0000 |
commit | a0e9aa0bec90756b70f0864509e8e84177e68e46 (patch) | |
tree | cc2fea8d46b3d994ab5122f071bd28255947d2e3 /devel/libev/files/patch-configure | |
parent | - Update mp3splt to 2.4 (diff) |
- Update to 4.04 [1]
- Add libev.pc [2]
PR: 159932 [1], 160030 [2]
Submitted by: pgj [1], Aldis Berjoza <aldis at bsdroot.lv> [2]
Notes
Notes:
svn path=/head/; revision=281845
Diffstat (limited to 'devel/libev/files/patch-configure')
-rw-r--r-- | devel/libev/files/patch-configure | 58 |
1 files changed, 12 insertions, 46 deletions
diff --git a/devel/libev/files/patch-configure b/devel/libev/files/patch-configure index 947059bd02a9..985565c13e16 100644 --- a/devel/libev/files/patch-configure +++ b/devel/libev/files/patch-configure @@ -1,50 +1,16 @@ ---- configure.orig 2008-01-21 14:41:04.171283374 +0300 -+++ configure 2008-01-21 14:42:41.856789774 +0300 -@@ -3458,18 +3458,6 @@ - echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } - if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS --elif test $ac_cv_prog_cc_g = yes; then -- if test "$GCC" = yes; then -- CFLAGS="-g -O2" -- else -- CFLAGS="-g" -- fi --else -- if test "$GCC" = yes; then -- CFLAGS="-O2" -- else -- CFLAGS= -- fi - fi - { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 - echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } -@@ -5473,18 +5461,6 @@ - echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } - if test "$ac_test_CXXFLAGS" = set; then - CXXFLAGS=$ac_save_CXXFLAGS --elif test $ac_cv_prog_cxx_g = yes; then -- if test "$GXX" = yes; then -- CXXFLAGS="-g -O2" -- else -- CXXFLAGS="-g" -- fi --else -- if test "$GXX" = yes; then -- CXXFLAGS="-O2" -- else -- CXXFLAGS= -- fi - fi - ac_ext=cpp - ac_cpp='$CXXCPP $CPPFLAGS' -@@ -19140,9 +19116,6 @@ - +--- ./configure.orig 2011-02-16 09:03:29.000000000 +0100 ++++ ./configure 2011-08-19 16:59:46.000000000 +0200 +@@ -10433,13 +10433,6 @@ + # Only expand once: +- +- -if test "x$GCC" = xyes ; then -- CFLAGS="$CFLAGS -O3" +- CFLAGS="-O3 $CFLAGS" -fi - - - +- +- + for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h sys/select.h sys/eventfd.h sys/signalfd.h + do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |