From 5c000ea5a2f47d3df421e7bf3a03216e0790c246 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Mon, 12 Apr 2004 15:54:55 +0000 Subject: Add hourglass 1.0.0, a real-time application useful to learn how CPU scheduling works. PR: 64635 Submitted by: Olivier Tharan Approved by: pav (mentor). --- sysutils/hourglass/files/patch-configure | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 sysutils/hourglass/files/patch-configure (limited to 'sysutils/hourglass/files/patch-configure') diff --git a/sysutils/hourglass/files/patch-configure b/sysutils/hourglass/files/patch-configure new file mode 100644 index 000000000000..d1530314f6a6 --- /dev/null +++ b/sysutils/hourglass/files/patch-configure @@ -0,0 +1,31 @@ +--- configure.orig Thu Oct 9 20:19:54 2003 ++++ configure Mon Apr 12 16:14:58 2004 +@@ -3114,7 +3114,6 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lpthread $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -3161,7 +3160,6 @@ + #define HAVE_LIBPTHREAD 1 + _ACEOF + +- LIBS="-lpthread $LIBS" + + fi + +@@ -3994,8 +3992,10 @@ + on_unix='yes' ; + on_windows='no' ;; + *freebsd*) +- LDFLAGS='-llthread -llgcc_r -L/usr/local/lib' ; +- CFLAGS='-D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads' ; ++ CFLAGS_sav=$CFLAGS ; ++ LDFLAGS_sav=$LDFLAGS ; ++ LDFLAGS="$LDFLAGS_sav -llthread -llgcc_r -L%LOCALBASE%/lib" ; ++ CFLAGS="$CFLAGS_sav -D_THREAD_SAFE -I%LOCALBASE%/include/pthread/linuxthreads" ; + on_unix='yes' ; + on_windows='no' ;; + *cygwin*) -- cgit v1.2.3