FreeBSD 12: get CDE to build and run
With this patch, CDE (autotools) builds and runs on fbsd 12 now. fbsd11 should work too, but not yet tested. You must use gmake - ie: ./configure MAKE=gmake gmake Seems all of the BSD's will need to use gmake for now.
This commit is contained in:
@@ -65,6 +65,7 @@ endif
|
||||
if FREEBSD
|
||||
AM_CFLAGS += -DHASDES -DHASXDMAUTH
|
||||
XBINDIR = /usr/local/bin
|
||||
dtlogin_SOURCES += xdmauth.c
|
||||
endif
|
||||
|
||||
if OPENBSD
|
||||
|
||||
Reference in New Issue
Block a user