pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/reed Honor pkgsrc CFLAGS and LDFLAGS. Should fix ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfb9e1765b06
branches: trunk
changeset: 604119:bfb9e1765b06
user: dholland <dholland%pkgsrc.org@localhost>
date: Wed May 23 07:05:31 2012 +0000
description:
Honor pkgsrc CFLAGS and LDFLAGS. Should fix Linux build.
diffstat:
misc/reed/distinfo | 3 ++-
misc/reed/patches/patch-Makefile_in | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 016c78369482 -r bfb9e1765b06 misc/reed/distinfo
--- a/misc/reed/distinfo Wed May 23 06:58:15 2012 +0000
+++ b/misc/reed/distinfo Wed May 23 07:05:31 2012 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 11:02:57 agc Exp $
+$NetBSD: distinfo,v 1.4 2012/05/23 07:05:31 dholland Exp $
SHA1 (reed-5.4.tar.gz) = e8c43add662576590597c8989e06011a3e80e93f
RMD160 (reed-5.4.tar.gz) = d1987fc347dc4dcc537112bec9a774a235ae9ffa
Size (reed-5.4.tar.gz) = 32414 bytes
+SHA1 (patch-Makefile_in) = f53eabb6ea6bbd623dafd833c58765f78b4e96b2
SHA1 (patch-aa) = b35a3066d11e8926834f492c425652c59fef1335
diff -r 016c78369482 -r bfb9e1765b06 misc/reed/patches/patch-Makefile_in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/reed/patches/patch-Makefile_in Wed May 23 07:05:31 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile_in,v 1.1 2012/05/23 07:05:31 dholland Exp $
+
+Honor pkgsrc CFLAGS and LDFLAGS.
+
+--- Makefile.in~ 2002-11-09 00:59:08.000000000 +0000
++++ Makefile.in
+@@ -1,5 +1,5 @@
+ all:
+- $(CC) -O2 -o reed reed.c filemode.c -lcurses
++ $(CC) $(CFLAGS) $(LDFLAGS) -o reed reed.c filemode.c -lcurses
+
+ debug:
+ $(CC) -o reed reed.c filemode.c -lcurses -Wall -g
Home |
Main Index |
Thread Index |
Old Index