remove LDADD instead of leaving it empty.

This commit is contained in:
brad 2004-04-06 08:32:45 +00:00
parent c605c5527b
commit 879958ba98

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-scripts_makefile_openbsd,v 1.7 2004/02/25 20:24:41 brad Exp $
$OpenBSD: patch-scripts_makefile_openbsd,v 1.8 2004/04/06 08:32:45 brad Exp $
--- scripts/makefile.openbsd.orig 2002-10-03 07:32:34.000000000 -0400
+++ scripts/makefile.openbsd 2004-02-25 15:22:57.000000000 -0500
+++ scripts/makefile.openbsd 2004-04-06 03:49:40.000000000 -0400
@@ -1,13 +1,16 @@
-# makefile for libpng
+# makefile for libpng under OpenBSD
@ -22,11 +22,7 @@ $OpenBSD: patch-scripts_makefile_openbsd,v 1.7 2004/02/25 20:24:41 brad Exp $
LIB= png
SRCS= png.c pngerror.c pnggccrd.c pngget.c pngmem.c pngpread.c \
@@ -18,27 +21,40 @@ HDRS= png.h pngconf.h
CFLAGS+= -Wall
CPPFLAGS+= -I${.CURDIR} -DPNG_NO_ASSEMBLER_CODE -DPNG_USE_PNGGCCRD
+LDADD=
@@ -21,24 +24,36 @@ CPPFLAGS+= -I${.CURDIR} -DPNG_NO_ASSEMBL
NOPROFILE= Yes
@ -70,7 +66,7 @@ $OpenBSD: patch-scripts_makefile_openbsd,v 1.7 2004/02/25 20:24:41 brad Exp $
fi
if [ ! -d ${DESTDIR}${LIBDIR} ]; then \
${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}; \
@@ -52,21 +68,19 @@ beforeinstall:
@@ -52,21 +67,19 @@ beforeinstall:
if [ ! -d ${DESTDIR}${MANDIR}5 ]; then \
${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}5; \
fi