pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unnethack: Also add -L for curses.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Fri Oct 23 15:24:19 2015 +0200
Changeset:	99392b69efddfbeac7112a37f4346d8d2357197d

Modified Files:
	unnethack/distinfo
	unnethack/patches/patch-sys_autoconf_Makefile.src

Log Message:
unnethack: Also add -L for curses.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=99392b69efddfbeac7112a37f4346d8d2357197d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unnethack/distinfo                                | 2 +-
 unnethack/patches/patch-sys_autoconf_Makefile.src | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/unnethack/distinfo b/unnethack/distinfo
index 7932a9b..405ba93 100644
--- a/unnethack/distinfo
+++ b/unnethack/distinfo
@@ -6,7 +6,7 @@ Size (unnethack-5.1.0-20131208.tar.gz) = 5422521 bytes
 SHA1 (patch-configure) = d3ceae3a9ff858c585161e38ee99e04a7f481d75
 SHA1 (patch-include_config.h) = a6b583a4919dd233ba507276bd56f86b1c1810ea
 SHA1 (patch-sys_autoconf_Makefile.doc) = be91e891699e4ecc3d26184cb7b407d953fb64a9
-SHA1 (patch-sys_autoconf_Makefile.src) = aed49e3157c4540304f187b4d9ea5a3011d06f87
+SHA1 (patch-sys_autoconf_Makefile.src) = 7c89b2f4b2d787ac811b6cafa07adb641703d53a
 SHA1 (patch-sys_autoconf_Makefile.top) = 142dd5705a72662e9312a930a020890e3d23a2c9
 SHA1 (patch-sys_autoconf_acinclude.m4) = 53e1700dbe1bfa49363a1ced236c0c5d7c083e1a
 SHA1 (patch-sys_unix_nethack.sh) = 11e475ab8dbfba032d9554e2c4a12475310afd49
diff --git a/unnethack/patches/patch-sys_autoconf_Makefile.src b/unnethack/patches/patch-sys_autoconf_Makefile.src
index a67c0b7..0f3c902 100644
--- a/unnethack/patches/patch-sys_autoconf_Makefile.src
+++ b/unnethack/patches/patch-sys_autoconf_Makefile.src
@@ -1,6 +1,6 @@
 $NetBSD: patch-sys_autoconf_Makefile.src,v 1.3 2014/04/07 22:04:16 rhialto Exp $
 
-Add #defines for libraries as set in pkgsrc Makefile, and runtime
+Add #defines for libraries as set in pkgsrc Makefile, and link- and run-time
 link path for curses.
 
 --- sys/autoconf/Makefile.src.orig	2013-12-08 15:00:26.000000000 +0000
@@ -10,7 +10,7 @@ link path for curses.
  
  CFLAGS = -Wall -I../include -I$(srcdir)/../include @CFLAGS@ #-fbounds-check #-fprofile-arcs -ftest-coverage
 -LFLAGS = @LFLAGS@ #-fbounds-check
-+LFLAGS = @LFLAGS@ -Wl,-R,${CURSESLIBDIR} #-fbounds-check
++LFLAGS = @LFLAGS@ -L${CURSESLIBDIR} -Wl,-R,${CURSESLIBDIR} #-fbounds-check
  
  # Compile with PDCurses installed in a separate directory that doesn't
  # conflict with the system curses/ncurses library


Home | Main Index | Thread Index | Old Index