diff options
author | joerg <joerg@pkgsrc.org> | 2017-05-22 23:36:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-05-22 23:36:44 +0000 |
commit | 5132eb980f586fd8db51c7edb0e086f35482938c (patch) | |
tree | 35714882a0a007e5cc574455c3b7cd56de6c3648 /math | |
parent | f05f342eac107e7725e2a355c990bbb8dfb41e85 (diff) | |
download | pkgsrc-5132eb980f586fd8db51c7edb0e086f35482938c.tar.gz |
Don't hard-code -lncurses when using curses.b3.mk.
Diffstat (limited to 'math')
-rw-r--r-- | math/xfractint/distinfo | 4 | ||||
-rw-r--r-- | math/xfractint/patches/patch-ab | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/xfractint/distinfo b/math/xfractint/distinfo index f3504bb5fab..9a385d8204a 100644 --- a/math/xfractint/distinfo +++ b/math/xfractint/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 23:33:45 agc Exp $ +$NetBSD: distinfo,v 1.12 2017/05/22 23:36:44 joerg Exp $ SHA1 (xfrac310.zip) = 420de4ca20623b4fe6b6367a269e5525b6bff3af RMD160 (xfrac310.zip) = ede481d77f8f5b71a6cef9d7ec4b2e09d9662f5b SHA512 (xfrac310.zip) = 8ccc48ba445ed295b18f18234e4d60e78a739cf83f6594659a9ed43a279e5bba46e1de008db3ea33e01b9de430c74c4002f434cf9e7a2a8fbd1c0fdca1633872 Size (xfrac310.zip) = 1074760 bytes SHA1 (patch-aa) = 51d654407fc5621ba69bb5656f7ff7ba65d8ef39 -SHA1 (patch-ab) = d9e793dfe453cb097d671eb764cdf71f95a87eb8 +SHA1 (patch-ab) = a68613c56f7ce81433aa73529e4eef7a9a9df694 SHA1 (patch-ac) = 443495aed2e6b7ca8f4659b298b4b789d681c847 SHA1 (patch-ad) = 9e337c7bff36aee223630bbc1585c91bb1961325 SHA1 (patch-ae) = 6a7c39bafa4832e920f2cb1458a94b817f1832e5 diff --git a/math/xfractint/patches/patch-ab b/math/xfractint/patches/patch-ab index 1758d3984a2..e854dd2ca64 100644 --- a/math/xfractint/patches/patch-ab +++ b/math/xfractint/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.4 2009/12/11 17:47:28 asau Exp $ +$NetBSD: patch-ab,v 1.5 2017/05/22 23:36:44 joerg Exp $ --- Makefile.orig 1999-09-11 20:32:16.000000000 +0400 +++ Makefile 2009-12-11 20:42:24.000000000 +0300 @@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.4 2009/12/11 17:47:28 asau Exp $ # For Solaris, add -L/usr/openwin/lib # For Linux, use -LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses -ltermcap -+LIBS = ${X11_LDFLAGS} ${LDFLAGS} -lX11 -lm -lncurses -ltermcap ++LIBS = ${X11_LDFLAGS} ${LDFLAGS} -lX11 -lm -lcurses -ltermcap #LIBS = -L/usr/X11R6/lib -lX11 -lm -lcurses -ltermcap #LIBS = -lX11 -lm -lcurses -ltermcap |