summaryrefslogtreecommitdiff
path: root/devel/florist/patches/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/florist/patches/patch-configure.in')
-rw-r--r--devel/florist/patches/patch-configure.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/florist/patches/patch-configure.in b/devel/florist/patches/patch-configure.in
new file mode 100644
index 00000000000..af022818d38
--- /dev/null
+++ b/devel/florist/patches/patch-configure.in
@@ -0,0 +1,25 @@
+$NetBSD: patch-configure.in,v 1.3 2004/06/30 11:23:43 shannonjr Exp $
+
+--- configure.in.orig Tue Jun 3 03:55:13 2003
++++ configure.in Tue Jun 3 03:58:10 2003
+@@ -104,6 +104,10 @@
+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
+ cp ./configs/pconfig.LynxOS ./pconfig.h.in;
+ ;;
++ NetBSD)
++ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
++ cp ./configs/pconfig.NetBSD ./pconfig.h.in;
++ ;;
+ *)
+ echo "No Configuration for ${UNAME_SYSTEM}. Using default.";
+ cp ./configs/pconfig.Default ./pconfig.h.in;
+@@ -177,7 +181,8 @@
+ AC_POSIX_LIB(pthreads, pthread_self,,
+ AC_POSIX_LIB(cma, pthread_self,,
+ AC_POSIX_LIB(:libcma.a, pthread_self,,
+- AC_POSIX_LIB(thread, pthread_self))))))
++ AC_POSIX_LIB(thread, pthread_self,,
++ AC_POSIX_LIB(c_r, pthread_self)))))))
+ fi
+
+ AC_POSIX_LIB(aio, aio_read)