diff options
author | minskim <minskim@pkgsrc.org> | 2007-11-14 02:27:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-11-14 02:27:36 +0000 |
commit | 35052447e4058736e93ccfc223548f004f83f138 (patch) | |
tree | ca05b2d7c41b6153ea0a51f8c9649e278a5dd509 /print/psutils | |
parent | 3f83c91621d3e3a73e8a1accc7e7e9130f382f1b (diff) | |
download | pkgsrc-35052447e4058736e93ccfc223548f004f83f138.tar.gz |
Honor LDFLAGS.
Diffstat (limited to 'print/psutils')
-rw-r--r-- | print/psutils/distinfo | 4 | ||||
-rw-r--r-- | print/psutils/patches/patch-ah | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/print/psutils/distinfo b/print/psutils/distinfo index ed83301b031..bcd402ed3d1 100644 --- a/print/psutils/distinfo +++ b/print/psutils/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 12:51:44 agc Exp $ +$NetBSD: distinfo,v 1.6 2007/11/14 02:27:36 minskim Exp $ SHA1 (psutils-p17.tar.gz) = 6f1ecb5846cffb644826a02bd9153fe5d6387a9b RMD160 (psutils-p17.tar.gz) = 1494f37e7ae809f0e446d52d4b3a21cd48690cc0 @@ -10,4 +10,4 @@ SHA1 (patch-ad) = 74bd84ae49127e5e7e69eca4025927e230d4521f SHA1 (patch-ae) = d6ed0910d6b2b6f43ffe1fa29c35543bb4b9855c SHA1 (patch-af) = 4452ec086be0abe895a48b2684f7e4afe65cf25c SHA1 (patch-ag) = a07233adb18ffa01999449935fce96983626e7c9 -SHA1 (patch-ah) = b9a1b796d4c4596359177258b4176eed194cccaa +SHA1 (patch-ah) = c79bfd15e8befdb592facfd8a4f4f7194ad6a3ea diff --git a/print/psutils/patches/patch-ah b/print/psutils/patches/patch-ah index 05257cffb96..8ee6fb238d0 100644 --- a/print/psutils/patches/patch-ah +++ b/print/psutils/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.3 2003/09/07 03:48:04 jschauma Exp $ +$NetBSD: patch-ah,v 1.4 2007/11/14 02:27:36 minskim Exp $ ---- Makefile.unix.orig Tue Mar 11 23:52:59 1997 -+++ Makefile.unix Tue Jul 10 19:24:33 2001 -@@ -25,21 +25,19 @@ +--- Makefile.unix.orig 1997-03-11 14:52:59.000000000 -0800 ++++ Makefile.unix +@@ -25,21 +25,20 @@ PAPER=a4 OS = UNIX @@ -27,10 +27,11 @@ $NetBSD: patch-ah,v 1.3 2003/09/07 03:48:04 jschauma Exp $ -CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall +#CC = gcc +CFLAGS += -DPAPER=\"$(PAPER)\" -DUNIX ++CCFLAGS = $(LDFLAGS) BIN = psbook psselect pstops epsffit psnup \ psresize -@@ -222,27 +220,27 @@ +@@ -222,27 +221,27 @@ install.bin: $(BIN) -mkdir $(BINDIR) @for i in $(BIN); do \ echo Installing $$i; \ |