mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
FreeBSD 12/libDtHelp: fix link errors with missing libjpeg
This commit is contained in:
parent
008512c777
commit
2f8a2ec066
1 changed files with 7 additions and 1 deletions
|
@ -38,8 +38,14 @@ DEFINES = -DDTLIB $(LOCAL_DEFINES) \
|
|||
-DOSMINORVERSION=OSMinorVersion \
|
||||
$(ICONV_INBUF_DEFINE) $(BIT_ORDER_DEFINES)
|
||||
|
||||
#if defined(FreeBSDArchitecture)
|
||||
JPEGLIB = -ljpeg
|
||||
#endif
|
||||
|
||||
#ifdef SharedDtHelpReqs
|
||||
REQUIREDLIBS = SharedDtHelpReqs
|
||||
REQUIREDLIBS = SharedDtHelpReqs $(JPEGLIB)
|
||||
#else
|
||||
REQUIREDLIBS = $(JPEGLIB)
|
||||
#endif
|
||||
|
||||
HEADERS = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue