fix library order so static linking will succeed

This commit is contained in:
naddy 2009-03-06 15:08:53 +00:00
parent c0afd9d0b5
commit d7a2425f0d

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/03 14:36:58 robert Exp $
# $OpenBSD: Makefile,v 1.2 2009/03/06 15:08:53 naddy Exp $
PROG= pngmeta
SRCS= pngmeta.c
CFLAGS+=-I${LOCALBASE}/include/libpng -DVERSION=1.11
DPADD= ${LIBM}
LDADD= -L${LOCALBASE}/lib -lm -lpng -lz
LDADD= -L${LOCALBASE}/lib -lpng -lz -lm
MAN= pngmeta.1