summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-19 22:20:18 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-19 22:20:18 +0000
commit0baab597ff55b992c87eb6480aa16f92b86efe70 (patch)
tree6d75d1946ef2669f0c7237b51ed08c7156994e35
parent21a5a44fed3ebfa96bcefbc6bd5616a5a7f3225d (diff)
downloadpkgsrc-0baab597ff55b992c87eb6480aa16f92b86efe70.tar.gz
Don't hardcode /usr/bin/gcc.
-rw-r--r--math/xfractint/distinfo4
-rw-r--r--math/xfractint/patches/patch-Makefile11
2 files changed, 12 insertions, 3 deletions
diff --git a/math/xfractint/distinfo b/math/xfractint/distinfo
index b7c8d4fc6bd..5ec733088dc 100644
--- a/math/xfractint/distinfo
+++ b/math/xfractint/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.13 2018/08/28 11:54:54 schmonz Exp $
+$NetBSD: distinfo,v 1.14 2019/12/19 22:20:18 joerg Exp $
SHA1 (xfractint-20.04p14.tar.gz) = fff0a713145ffd271c6ce4bf8ad657404959895a
RMD160 (xfractint-20.04p14.tar.gz) = 8d69895ca3237caa76c9c1c93ee5abaeb77191c2
SHA512 (xfractint-20.04p14.tar.gz) = 7d13c719f4f4b0680455b9b7f86644928d8145606973d208e5bf0d26b4f7b04ddbf8d2080ea35c872b21e079f1a116f3ef94e9acb36a45d43c16403c473e2acd
Size (xfractint-20.04p14.tar.gz) = 1336285 bytes
-SHA1 (patch-Makefile) = 03a988a7e92d657ce127c86fe9ae5e096d8f496c
+SHA1 (patch-Makefile) = 8cf2e46eb7dc720507827c6f61649a0c417ae71d
SHA1 (patch-common_biginit.c) = 41a1bdf7f9fe36ffb1a1b68cff680d0f325bc097
SHA1 (patch-common_fracsubr.c) = 8b2b1229cf0b596fb2991237f834d1f756d6b3ce
SHA1 (patch-common_fractalb.c) = 37c07f9721f7854bb7e731e583255bfa69e4602c
diff --git a/math/xfractint/patches/patch-Makefile b/math/xfractint/patches/patch-Makefile
index 0315a1907e6..61da320b1ad 100644
--- a/math/xfractint/patches/patch-Makefile
+++ b/math/xfractint/patches/patch-Makefile
@@ -1,7 +1,16 @@
-$NetBSD: patch-Makefile,v 1.1 2018/08/28 11:54:54 schmonz Exp $
+$NetBSD: patch-Makefile,v 1.2 2019/12/19 22:20:18 joerg Exp $
--- Makefile.orig 2014-05-03 13:12:33.000000000 +0000
+++ Makefile
+@@ -147,7 +147,7 @@ endif
+ # For Sun Solaris 2.x w/SparcCompilerC (cc), use CC = cc.
+ # For Sun Solaris 2.x w/GNU gcc, use CC = gcc
+ #CC = gcc
+-CC = /usr/bin/gcc
++#CC = /usr/bin/gcc
+
+ # For HPUX, use LIBS = -L/usr/lib/X11R4 -lX11 -lm -lcurses -ltermcap
+ # For AIX or OSF/1, add -lbsd
@@ -159,19 +159,21 @@ CC = /usr/bin/gcc
# LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses
# LIBS = -lX11 -lm -lcurses