Hi, this is a patch to support kfreebsd (32/64 bit) and Hurd architectures. Thanks to Scott for this patch/help.
Best Regards, kix. -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/ >From dc3b6e1e729241fa4627879f523b707ff4971815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]> Date: Thu, 5 Jan 2012 23:21:50 +0100 Subject: [PATCH] New architectures kfreebsd* and Hurd --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 62348ba..e358d95 100644 --- a/configure.ac +++ b/configure.ac @@ -80,11 +80,11 @@ dnl Platform-specific Makefile setup dnl ================================ case "${host}" in - *-*-linux*|*-*-cygwin*) + *-*-linux*|*-*-cygwin*|*-gnu*) WM_OSDEP="linux" CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600" ;; - *-*-freebsd*) + *-*-freebsd*|*-k*bsd-gnu*) WM_OSDEP="bsd" CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD" ;; -- 1.7.7.3 -- To unsubscribe, send mail to [email protected].
