mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
32 lines
600 B
Plaintext
32 lines
600 B
Plaintext
$NetBSD: patch-configure,v 1.1 2014/09/24 09:47:41 asau Exp $
|
|
|
|
--- configure.orig 2014-05-09 10:11:45.000000000 +0000
|
|
+++ configure
|
|
@@ -17107,7 +17107,7 @@ if test "x$ac_cv_lib_gcc_main" = xyes; t
|
|
#define HAVE_LIBGCC 1
|
|
_ACEOF
|
|
|
|
- LIBS="-lgcc $LIBS"
|
|
+# LIBS="-lgcc $LIBS"
|
|
|
|
fi
|
|
|
|
@@ -17146,7 +17146,7 @@ if test "x$ac_cv_lib_gcc_s_main" = xyes;
|
|
#define HAVE_LIBGCC_S 1
|
|
_ACEOF
|
|
|
|
- LIBS="-lgcc_s $LIBS"
|
|
+# LIBS="-lgcc_s $LIBS"
|
|
|
|
fi
|
|
|
|
@@ -17185,7 +17185,7 @@ if test "x$ac_cv_lib_stdcpp_main" = xyes
|
|
#define HAVE_LIBSTDC__ 1
|
|
_ACEOF
|
|
|
|
- LIBS="-lstdc++ $LIBS"
|
|
+# LIBS="-lstdc++ $LIBS"
|
|
|
|
fi
|
|
|