pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/uemacs Honor LDFLAGS; should fix rpaths and th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e54df85706af
branches:  trunk
changeset: 604096:e54df85706af
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed May 23 04:51:38 2012 +0000

description:
Honor LDFLAGS; should fix rpaths and thus the Linux build.

diffstat:

 editors/uemacs/distinfo         |   4 ++--
 editors/uemacs/patches/patch-af |  18 ++++++++++++++----
 2 files changed, 16 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 62af7f1f1cff -r e54df85706af editors/uemacs/distinfo
--- a/editors/uemacs/distinfo   Wed May 23 04:48:35 2012 +0000
+++ b/editors/uemacs/distinfo   Wed May 23 04:51:38 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2012/05/14 07:07:41 dholland Exp $
+$NetBSD: distinfo,v 1.11 2012/05/23 04:51:38 dholland Exp $
 
 SHA1 (ue400dev.zip) = edbb0261cdaa1803d9f7dc7debfd4a9df3a668eb
 RMD160 (ue400dev.zip) = 75bc1b1e11035ed24d33ec4c6afad43880d5985f
@@ -8,7 +8,7 @@
 SHA1 (patch-ac) = beeba5d9686f6009248437f3eb0fd10e8b72057b
 SHA1 (patch-ad) = 493eb3bf0c24d91d55f532029a0aa5d2ad5abe44
 SHA1 (patch-ae) = 1651a3dea366cb93beff5965baa11b0d80637c7f
-SHA1 (patch-af) = 6f65e648db55b4402d532f63532707ce883f7300
+SHA1 (patch-af) = 8171e11cc9f7a3a421ad762885da08a992020656
 SHA1 (patch-ag) = 8fe75cd0399411bc5ffa09c85fb0c95d4ad82e75
 SHA1 (patch-h_ebind_h) = fd262c8559f86a923c4ca4d6ee237229c21e15c3
 SHA1 (patch-h_eproto_h) = 20abd7755c63292cc87197a4de31d69491f973a8
diff -r 62af7f1f1cff -r e54df85706af editors/uemacs/patches/patch-af
--- a/editors/uemacs/patches/patch-af   Wed May 23 04:48:35 2012 +0000
+++ b/editors/uemacs/patches/patch-af   Wed May 23 04:51:38 2012 +0000
@@ -1,10 +1,11 @@
-$NetBSD: patch-af,v 1.3 2012/05/10 20:54:54 dholland Exp $
+$NetBSD: patch-af,v 1.4 2012/05/23 04:51:38 dholland Exp $
 
 - don't erase the default pkgsrc CFLAGS.
+- honor LDFLAGS.
 
---- netbsd/makefile.orig       Sat Nov 18 13:19:02 1995
-+++ netbsd/makefile    Wed Mar 25 15:07:14 1998
-@@ -14,8 +14,8 @@
+--- netbsd/makefile.orig       2012-05-23 04:59:39.000000000 +0000
++++ netbsd/makefile
+@@ -14,8 +14,8 @@ HDIR = ../h
  
  # options and arguments to the C compiler
  
@@ -15,3 +16,12 @@
  
  # list of header files
  
+@@ -38,7 +38,7 @@ all: emacs
+ OFILES =      $(F1) $(F2) $(F3) $(F4) $(F5) $(F6) $(F7)
+ 
+ emacs:        $(OFILES)
+-              $(CC) $(CFLAGS) $(OFILES) -ltermcap -lc -o emacs
++              $(CC) $(LDFLAGS) $(CFLAGS) $(OFILES) -ltermcap -lc -o emacs
+ 
+ $(OBJD)/abbrev.o: $(SRCD)/abbrev.c $(HFILES)
+       $(CC) $(CFLAGS) -c -o $(OBJD)/abbrev.o $(SRCD)/abbrev.c



Home | Main Index | Thread Index | Old Index