summaryrefslogtreecommitdiff
path: root/geography/xrmap-base
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-12-18 14:12:40 +0000
committerjperkin <jperkin@pkgsrc.org>2017-12-18 14:12:40 +0000
commita8b691ae186c05aace5b429ef181b13fa6ddc224 (patch)
treefbc597355f0c8c8a9c7ae4383e5300f58d7ce32e /geography/xrmap-base
parent0f70a1cbded120d380918ceb45de99b7a02c5f25 (diff)
downloadpkgsrc-a8b691ae186c05aace5b429ef181b13fa6ddc224.tar.gz
xrmap-base: Don't overwrite user CFLAGS.
Diffstat (limited to 'geography/xrmap-base')
-rw-r--r--geography/xrmap-base/distinfo4
-rw-r--r--geography/xrmap-base/patches/patch-ab13
2 files changed, 13 insertions, 4 deletions
diff --git a/geography/xrmap-base/distinfo b/geography/xrmap-base/distinfo
index 12a637aec1b..74b2b9f27eb 100644
--- a/geography/xrmap-base/distinfo
+++ b/geography/xrmap-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 00:08:45 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/12/18 14:12:40 jperkin Exp $
SHA1 (xrmap-2.29.tar.bz2) = af2efc47b7ef76840a72a96e67174b0fd5dd8973
RMD160 (xrmap-2.29.tar.bz2) = f8cacc343643a66c8236743c76c80d3c33c44c5c
SHA512 (xrmap-2.29.tar.bz2) = a07791f54d9a020fe1aa61aa5d6330d1d434ce1cb5967c1c79b2c500da1feb99f6cbd19281f722d2dd201ecc20905214b0e8ecca217d9fc5de957bd6b0fa89aa
Size (xrmap-2.29.tar.bz2) = 1072241 bytes
SHA1 (patch-aa) = 31ae754c428cd96e5c4313b53c26cadefff3e47f
-SHA1 (patch-ab) = fa0619337c40cef0d3bd63fcadc9f7bcefb473a6
+SHA1 (patch-ab) = 96b06b88d79fc5d578127ad029a8606d33264789
SHA1 (patch-xrmap.c) = 015e4437f0cd6089a57a5acc16bfdfde7830a8f8
diff --git a/geography/xrmap-base/patches/patch-ab b/geography/xrmap-base/patches/patch-ab
index 2230667de1b..1cc992dc556 100644
--- a/geography/xrmap-base/patches/patch-ab
+++ b/geography/xrmap-base/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2004/09/09 10:26:27 drochner Exp $
+$NetBSD: patch-ab,v 1.2 2017/12/18 14:12:40 jperkin Exp $
---- editkit/Imakefile.orig 2003-05-18 21:41:24.000000000 +0200
+--- editkit/Imakefile.orig 2003-05-18 19:41:24.000000000 +0000
+++ editkit/Imakefile
@@ -1,14 +1,6 @@
-XCOMM Should install to /usr or /usr/local ??
@@ -18,3 +18,12 @@ $NetBSD: patch-ab,v 1.1 2004/09/09 10:26:27 drochner Exp $
XCOMM
XCOMM Normally -- except for new architectures -- you should be done there.
+@@ -17,7 +9,7 @@ XCOMM
+ XCOMM Compile options:
+ XCOMM
+
+-CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHARE_DIR="\"$(DESTDIR)$(SHARE_DIR)\""
++CFLAGS += -Wall -DTHREED -DGREEK -DJUSTIFY -DSHARE_DIR="\"$(DESTDIR)$(SHARE_DIR)\""
+
+ LOCAL_LIBRARIES=$(XLIB)
+ DEPLIBS= # I don't know what I'm doing, and I hate imake!