blob: c7f1f2c545d6072080a3a6ba67c64cd82af69b4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- configure.orig 2014-12-12 09:05:56 UTC
+++ configure
@@ -2849,10 +2849,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;
|