openbsd-ports/mail/fdm/patches/patch-Makefile
naddy 95f99e1887 Fix link order so this will build with static linking.
From: maintainer Nicholas Marriott
2008-08-20 14:57:57 +00:00

13 lines
399 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2008/08/20 14:57:57 naddy Exp $
--- Makefile.orig Thu Aug 7 06:10:08 2008
+++ Makefile Thu Aug 7 06:10:21 2008
@@ -117,7 +117,7 @@ CLEANFILES= ${PROG} *.o compat/*.o y.tab.c y.tab.h .de
all: ${PROG}
${PROG}: ${OBJS}
- ${CC} ${LDFLAGS} -o ${PROG} ${LIBS} ${OBJS}
+ ${CC} ${LDFLAGS} -o ${PROG} ${OBJS} ${LIBS}
dist: clean manual
grep '^#DEBUG=' Makefile