From 56f22f43205f52a6991a1767403b75b218fb2010 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 26 Apr 2012 08:57:58 -0500 Subject: [PATCH] [libpng16] Added -lssp_nonshared in a comment in scripts/makefile.freebsd --- scripts/makefile.freebsd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/makefile.freebsd b/scripts/makefile.freebsd index c8f9178ee..dce2c5103 100644 --- a/scripts/makefile.freebsd +++ b/scripts/makefile.freebsd @@ -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.