pkgsrc/graphics/xplot-devel/patches/patch-aa
gdt d0a792314e Tim Shepard's plotting program. This is most often used to generate
TCP time-sequence plots.

This is a development version with new features that has not undergone
extensive testing.
2006-08-16 18:11:40 +00:00

13 lines
342 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2006/08/16 18:11:40 gdt Exp $
--- Makefile.in.orig Thu May 4 23:04:20 2000
+++ Makefile.in Sat Sep 27 14:00:42 2003
@@ -62,7 +62,7 @@
all: ${PROG}
${PROG}: ${OFILES}
- ${CC} ${CFLAGS} -o $@.new ${OFILES} ${LIBS}
+ ${CC} ${CFLAGS} -o $@.new ${OFILES} ${LIBS} ${LDFLAGS}
-mv -f $@ $@.old
mv -f $@.new $@