pkgsrc/net/irrtoolset-nox11/patches/patch-cl
joerg b22ee86c2f Override all config.guess and config.sub scripts. Remove patches
which have been useless anyway due to the former. Add DragonFly support.
2006-03-22 22:36:13 +00:00

17 lines
454 B
Text

$NetBSD: patch-cl,v 1.1 2006/03/22 22:36:13 joerg Exp $
--- src/Core/configure.orig 2006-03-22 22:27:49.000000000 +0000
+++ src/Core/configure
@@ -1362,6 +1362,12 @@ _ACEOF
bsdi* )
EXTRA_LIBS="-lipc"
;;
+ dragonfly*)
+ cat >>confdefs.h <<\_ACEOF
+#define HOST_OS_IS_FREEBSD 1
+_ACEOF
+ ;;
+
freebsd* )
EXTRA_INCLUDE_DIRS="-I/usr/local/lib/g++-include"
cat >>confdefs.h <<\_ACEOF