pkgsrc-ng/devel/florist/patches/patch-configure
2013-09-26 17:14:40 +02:00

24 lines
857 B
Plaintext

$NetBSD: patch-configure,v 1.1 2012/07/09 05:52:14 marino Exp $
--- configure.orig 2009-02-17 19:18:05.000000000 +0000
+++ configure
@@ -2278,10 +2278,18 @@ case ${UNAME_SYSTEM} in
echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
cp ./configs/pconfig.LynxOS ./pconfig.h.in;
;;
+ DragonFly)
+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
+ cp ./configs/pconfig.DragonFly ./pconfig.h.in;
+ ;;
FreeBSD)
echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
cp ./configs/pconfig.FreeBSD ./pconfig.h.in;
;;
+ NetBSD)
+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
+ cp ./configs/pconfig.NetBSD ./pconfig.h.in;
+ ;;
Darwin)
echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
cp ./configs/pconfig.Darwin ./pconfig.h.in;