mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
configure: New architectures kfreebsd* and Hurd
This commit is contained in:
committed by
Carlos R. Mafra
parent
01907f9983
commit
7013467da4
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user