summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoragc <agc>2004-07-13 14:12:03 +0000
committeragc <agc>2004-07-13 14:12:03 +0000
commitf78e54a78946a83fdcb5b8f30c048f3c2999f73c (patch)
tree4a8141b6b78a0ad26cbba143a26d46df0f2eca81 /doc
parent03a0f780bee351c28d27a1b6a55480c0c36b5725 (diff)
downloadpkgsrc-f78e54a78946a83fdcb5b8f30c048f3c2999f73c.tar.gz
Pullup ticket 53 to the pkgsrc-2004Q2 branch, requested by Lubomir Sedlacik.
Fix Solaris build. Module Name: pkgsrc Committed By: salo Date: Sat Jul 10 17:39:50 UTC 2004 Modified Files: pkgsrc/archivers/arj: Makefile distinfo pkgsrc/archivers/arj/patches: patch-ab Log Message: Use GNU ld specific script only when GNU ld is used. Fixes build on Solaris with native linker.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2
index 042729c717b..d05db8b17d2 100644
--- a/doc/CHANGES-pkgsrc-2004Q2
+++ b/doc/CHANGES-pkgsrc-2004Q2
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.19 2004/07/13 14:05:27 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.20 2004/07/13 14:12:03 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -34,3 +34,5 @@ Pullup ticket 51, requested by Grant Beattie [agc 2004-07-13]
Solaris bulk build fixes
Pullup ticket 52, requested by Grant Beattie [agc 2004-07-13]
Solaris netpbm build fix
+Pullup ticket 53, requested by Lubomir Sedlacik [agc 2004-07-13]
+ Solaris arj build fix