[libpng16] Added -lssp_nonshared in a comment in scripts/makefile.freebsd

This commit is contained in:
Glenn Randers-Pehrson 2012-04-26 08:57:58 -05:00
parent cd39adb561
commit 56f22f4320

View File

@ -25,7 +25,10 @@ MANDIR= /man/man
SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \
libpng/pngconf.h ${INCSDIR}/../pngconf.h \
libpng/pnglibconf.h ${INCSDIR}/../pnglibconf.h
LDADD+= -lm -lz
#LDADD+= -lm -lz -lssp_nonshared # for OSVERSION >= 800000 ?
DPADD+= ${LIBM} ${LIBZ}
CFLAGS+= -I.