mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
lgeneral: bump version (#1713)
This commit is contained in:
@@ -4,28 +4,6 @@ Date: Thu, 28 Jul 2016 11:46:18 +0200
|
||||
Subject: applying patch lgeneral 1.3.1
|
||||
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 39e357b..fa13fe3 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -5472,7 +5472,7 @@ if ${ac_cv_lib_m_main+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lm $LIBS"
|
||||
+LIBS="$LIBS"
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
@@ -5501,7 +5501,7 @@ if test "x$ac_cv_lib_m_main" = xyes; then :
|
||||
#define HAVE_LIBM 1
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lm $LIBS"
|
||||
+ LIBS="$LIBS"
|
||||
|
||||
else
|
||||
as_fn_error $? "maths library is needed" "$LINENO" 5
|
||||
diff --git a/src/config.c b/src/config.c
|
||||
index 3b1dfef..fb495c0 100644
|
||||
--- a/src/config.c
|
||||
Reference in New Issue
Block a user