pkgsrc/devel/p5-Term-ReadLine/patches/patch-aa
uebayasi ccd1f22ebe Updated to 1.12. Submitted by Kevin Lo <kevlo@kevlo.org> in pkg/16986.
Changes from 1.11 are
	- add '-static' flag to 'LDDFLAGS' on Cygwin 1.3.
	- shadow redisplay does not pester you with warning on a poor
	  terminal, or a terminal with wrong TERM environment variable
	  setting.
	- update documents
	- improve coding style of Gnu.xs. (indentation stype, more
	  typemap, etc.)
2002-05-31 09:52:05 +00:00

13 lines
489 B
Text

$NetBSD: patch-aa,v 1.5 2002/05/31 09:52:05 uebayasi Exp $
--- Makefile.PL.orig Mon Feb 4 10:37:19 2002
+++ Makefile.PL Mon Feb 4 10:37:37 2002
@@ -79,7 +79,7 @@
close(F);
# compile it
-$comp_cmd = "$Config{cc} $RLINC $Config{ccflags} $defs $frlver -o rlver $RLLIB $ldflags $Config{ldflags} $libs";
+$comp_cmd = "$Config{cc} $RLINC $Config{ccflags} $defs $frlver -o rlver $RLLIB $ldflags $Config{ldflags} $ENV{LDFLAGS} $libs";
print $comp_cmd, "\n";
system($comp_cmd);
if ($?) {