diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-02 00:56:02 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-02 00:56:02 +0000 |
commit | 0c2ba7656c42333cd295b1b3609349b56721db40 (patch) | |
tree | 5d9dd0bdd2486cf87aa5c50a233d4cf247a30f97 | |
parent | 8a50368b73bcdea4548ca7d7603626846e925835 (diff) | |
download | pkgsrc-0c2ba7656c42333cd295b1b3609349b56721db40.tar.gz |
Missed second instance of `plplot_linkage` which should have been changed
to `plplot-config --libs`.
-rw-r--r-- | graphics/yplot/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/yplot/patches/patch-aa b/graphics/yplot/patches/patch-aa index 6cb6654cfbe..8831b88d5f4 100644 --- a/graphics/yplot/patches/patch-aa +++ b/graphics/yplot/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2001/03/30 20:30:07 jtb Exp $ +$NetBSD: patch-aa,v 1.3 2001/04/02 00:56:02 jtb Exp $ --- Makefile.build.orig Fri Sep 3 21:59:31 1999 +++ Makefile.build @@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.2 2001/03/30 20:30:07 jtb Exp $ yorick -batch make.i yplotl yplotl.i mv -f Makefile Makefile_yplotl - make -f Makefile_yplotl -+ make -f Makefile_yplotl PKG_LIBS="`plplot_linkage` -lyorm" ++ make -f Makefile_yplotl PKG_LIBS="`plplot-config --libs` -lyorm" ############################################## |