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

This commit is contained in:
Glenn Randers-Pehrson
2012-04-26 08:23:22 -05:00
parent aa64daaf71
commit e4b7563805
2 changed files with 4 additions and 6 deletions

View File

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