1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/xlispstat/files/patch-ac
Steve Price 14a03dd214 Update to version 3.52.9.
PR:		11460
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-12-23 23:50:19 +00:00

36 lines
692 B
Plaintext

--- configure.orig Wed Dec 17 06:12:43 1997
+++ configure Thu Dec 23 16:38:07 1999
@@ -521,6 +521,23 @@
ac_n= ac_c='\c' ac_t=
fi
+echo checking for FreeBSD
+cat > conftest.${ac_ext} <<EOF
+#include "confdefs.h"
+#ifdef __FreeBSD__
+ yes
+#endif
+
+EOF
+eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
+if egrep "yes" conftest.out >/dev/null 2>&1; then
+ rm -rf conftest*
+ bsd=1
+ freebsd=1
+
+fi
+rm -f conftest*
+
ac_aux_dir=
@@ -1304,7 +1321,7 @@
if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
echo "$ac_t""yes" 1>&6
- FOREIGN_FILE="sysvr4-foreign.h"
+ FOREIGN_FILE="bsd-foreign.h"
foreign=1
cat >> confdefs.h <<\EOF
#define HAVE_DLOPEN 1