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:
@@ -15,11 +15,7 @@ libDtWidget_la_CFLAGS += -I/usr/include/freetype2
|
||||
endif
|
||||
|
||||
if BSD
|
||||
libDtWidget_la_CFLAGS += -I$(x_includes)/freetype2
|
||||
endif
|
||||
|
||||
if NETBSD
|
||||
libDtWidget_la_CFLAGS += -I$(x_includes)
|
||||
libDtWidget_la_CFLAGS += -I/usr/local/include/freetype2
|
||||
endif
|
||||
|
||||
if SOLARIS
|
||||
@@ -27,10 +23,6 @@ libDtWidget_la_CFLAGS += -DNO_REGCOMP
|
||||
libDtWidget_la_LIBADD = -lXm -lc -lw -lm -lintl
|
||||
endif
|
||||
|
||||
if HPUX
|
||||
libDtWidget_la_CFLAGS += -DMESSAGE_CAT
|
||||
endif
|
||||
|
||||
|
||||
libDtWidget_la_SOURCES = ComboBox.c Control.c DialogBox.c \
|
||||
DtMsgs.c DtStrDefs.c EditAreaData.c \
|
||||
|
||||
@@ -14,7 +14,7 @@ if SOLARIS
|
||||
ttauth_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
|
||||
endif
|
||||
|
||||
if OPENBSD
|
||||
if BSD
|
||||
ttauth_LDADD += $(XTOOLLIB)
|
||||
endif
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ if SOLARIS
|
||||
rpc_ttdbserver_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
|
||||
endif
|
||||
|
||||
if OPENBSD
|
||||
if BSD
|
||||
rpc_ttdbserver_LDADD += $(XTOOLLIB)
|
||||
endif
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ if SOLARIS
|
||||
ttsession_LDADD += $(XTOOLLIB) -ldl -lintl -lsocket -lnsl
|
||||
endif
|
||||
|
||||
if OPENBSD
|
||||
if BSD
|
||||
ttsession_LDADD += $(XTOOLLIB)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user