diff options
Diffstat (limited to 'graphics/xplot/patches/patch-aa')
-rw-r--r-- | graphics/xplot/patches/patch-aa | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/graphics/xplot/patches/patch-aa b/graphics/xplot/patches/patch-aa deleted file mode 100644 index c7b4ce5a93a..00000000000 --- a/graphics/xplot/patches/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-aa,v 1.5 1999/09/15 16:13:24 drochner Exp $ ---- Makefile.in.orig Mon Aug 18 21:12:14 1997 -+++ Makefile.in Wed Sep 15 18:00:31 1999 -@@ -38,6 +38,7 @@ - - CC= @CC@ - CFLAGS=@CFLAGS@ ${DEFINES} -+LDFLAGS=@LDFLAGS@ - LIBS= @LIBS@ - - INSTALL = @INSTALL@ -@@ -58,7 +59,7 @@ - all: ${PROG} - - ${PROG}: ${OFILES} -- ${CC} ${CFLAGS} -o $@.new ${OFILES} ${LIBS} -+ ${CC} ${LDFLAGS} -o $@.new ${OFILES} ${LIBS} - -mv -f $@ $@.old - mv -f $@.new $@ - -@@ -67,6 +68,7 @@ - - install: all - $(INSTALL_PROGRAM) xplot $(bindir)/xplot -+ $(BSD_INSTALL_SCRIPT) tcpdump2xplot.pl $(bindir)/tcpdump2xplot.pl - - clean: - rm -f ${PROG} ${PROG}.old *.o version_string.c |