1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

FreeBSD updates for dtspcd, dtfile and others

* Add libraries where necesary
* Point to Freetype2 includes for dtfile
* Define default manpath
This commit is contained in:
Marcin Cieslak 2012-08-15 19:46:03 +02:00 committed by Jon Trulson
parent 66e428596b
commit 71ddf025fa
5 changed files with 10 additions and 3 deletions

View file

@ -16,6 +16,10 @@ EXTRA_DEFINES = +e
SYS_LIBRARIES = -lm -lcrypt
#endif
#ifdef FreeBSDArchitecture
SYS_LIBRARIES = -lm -lcrypt
#endif
#ifdef SCOArchitecture
SYS_LIBRARIES = -lm -lcrypt
#endif

View file

@ -32,7 +32,7 @@ EXTRA_LIBRARIES = -lrpcsvc -lPW -ldiag
EXTRA_LIBRARIES = -lrpcsvc -lV3
#endif
#if defined(OpenBSDArchitecture)
#if defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
EXTRA_LIBRARIES = -lcompat
#endif

View file

@ -31,7 +31,7 @@ EXTRA_CCOPTIONS = -xF
EXTRA_INCLUDES = -I/usr/include/freetype2
#endif
#if defined(OpenBSDArchitecture)
#if defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
EXTRA_INCLUDES = -I$(XPROJECTROOT)/include/freetype2
#endif

View file

@ -82,6 +82,8 @@ UnixEnvironment::UnixEnvironment()
manpath = "/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man";
#elif defined(__OpenBSD__)
manpath = "/usr/share/man:/usr/X11R6/man:/usr/local/man:/usr/ports/infrastructure/man";
#elif defined(__FreeBSD__)
manpath = "/usr/share/man:/usr/local/man";
#endif
else
manpath = temp;

View file

@ -24,7 +24,8 @@ LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
SYS_LIBRARIES = -lm -lgen
#endif
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) \
|| defined(FreeBSDArchitecture)
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
$(XMLIB) $(XTOOLLIB) $(XLIB)
SYS_LIBRARIES = -lm