$FreeBSD$ --- configure.orig Wed Feb 5 20:36:13 2003 +++ configure Sat Feb 15 02:11:03 2003 @@ -5098,16 +5098,16 @@ fi if test $g_link_threads = no ; then - echo "$as_me:$LINENO: checking for pthread_create with -pthread in CFLAGS" >&5 -echo $ECHO_N "checking for pthread_create with -pthread in CFLAGS... $ECHO_C" >&6 + echo "$as_me:$LINENO: checking for pthread_create with ${PTHREAD_CFLAGS} in CFLAGS" >&5 +echo $ECHO_N "checking for pthread_create with ${PTHREAD_CFLAGS} in CFLAGS... $ECHO_C" >&6 if test "${g_cv_pthread_flag+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else save_LIBS="$LIBS" save_CFLAGS="$CFLAGS" - LIBS="-pthread $LIBS" - CFLAGS="-pthread $CFLAGS" + LIBS="${PTHREAD_LIBS} $LIBS" + CFLAGS="${PTHREAD_CFLAGS} $CFLAGS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" @@ -5153,8 +5153,8 @@ echo "${ECHO_T}$g_cv_pthread_flag" >&6 if test $g_cv_pthread_flag=yes ; then - LTHREAD_LIBS="$LTHREAD_LIBS -pthread" - LTHREAD_CFLAGS="$LTHREAD_CFLAGS -pthread" + LTHREAD_LIBS="$LTHREAD_LIBS ${PTHREAD_LIBS}" + LTHREAD_CFLAGS="$LTHREAD_CFLAGS ${PTHREAD_CFLAGS}" g_link_threads=posix fi fi @@ -6621,13 +6621,6 @@ else optimisation=false fi; -if test $optimisation = true; then - CFLAGS="$CFLAGS -O2" - CXXFLAGS="$CXXFLAGS -O2" -else - CFLAGS="$CFLAGS -O0" - CXXFLAGS="$CXXFLAGS -O0" -fi # Check whether --enable-debug or --disable-debug was given. if test "${enable_debug+set}" = set; then electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/swe
Commit message (Expand)AuthorAgeFilesLines
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
* Cleanup plistbapt2014-10-201-2/+0
* - Update to 2.00.00sunpoet2014-03-103-11/+7
* - Update to 1.80.00sunpoet2013-11-112-15/+10
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* Convert astro to USES=gmakebapt2013-08-301-1/+1
* Remove unnecessary conditional.lme2013-05-141-4/+0
* Update to 1.79.00lme2013-05-112-3/+7
* Fix build on current by respecting CFLAGSbapt2013-05-041-1/+3
* - update to 1.78.00rm2013-01-053-13/+13
* - Update to 1.77.00wen2012-04-242-4/+4
* - Get Rid MD5 supportmiwi2011-03-19