1
0
Fork 0
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:
Jon Trulson 2020-01-04 14:36:06 -07:00
parent 008512c777
commit 2f8a2ec066

View file

@ -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 = \