openbsd-ports/math/gnuplot/patches/patch-docs_Makefile_in
jasper 230ffe6536 - update gnuplot to 4.4.2
- remove maintainer after various time-outs

joint work with patrick keshishian
2011-01-06 23:45:07 +00:00

13 lines
433 B
Plaintext

$OpenBSD: patch-docs_Makefile_in,v 1.1 2011/01/06 23:45:07 jasper Exp $
--- docs/Makefile.in.orig Thu Jan 6 21:40:56 2011
+++ docs/Makefile.in Thu Jan 6 21:41:06 2011
@@ -79,7 +79,7 @@ CFLAGS = @CFLAGS@
GIHDIR = @GIHDIR@
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/term
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -ltermcap
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
CCLD = $(CC)