summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-ag
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-05-27 12:38:27 +0000
committerdrochner <drochner@pkgsrc.org>2006-05-27 12:38:27 +0000
commit0b6b95f0c9327319d3319cb35762824c3fa476c8 (patch)
tree517faa72cdf959e3776224d6cba9ad3ab18c409c /misc/root/patches/patch-ag
parent3e962788a06690098546e6712d8ca6826b132a42 (diff)
downloadpkgsrc-0b6b95f0c9327319d3319cb35762824c3fa476c8.tar.gz
update to 5.10
There were 3 major revisions inbetween, so I honestly can't tell what changed. (would be good to libtoolize this one day, but for now I've done only minimal changes to the freebsd5 configuration)
Diffstat (limited to 'misc/root/patches/patch-ag')
-rw-r--r--misc/root/patches/patch-ag25
1 files changed, 13 insertions, 12 deletions
diff --git a/misc/root/patches/patch-ag b/misc/root/patches/patch-ag
index 423fdb5ac47..2f1d2fd2f9c 100644
--- a/misc/root/patches/patch-ag
+++ b/misc/root/patches/patch-ag
@@ -1,12 +1,13 @@
-$NetBSD: patch-ag,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/Makelib.orig Sun Nov 7 00:23:42 1999
-+++ src/Makelib Sun Nov 7 00:24:49 1999
-@@ -30,7 +30,7 @@
- $LD $SOFLAGS $LDFLAGS -o $LIB $OBJS $EXTRA
- elif [ $PLATFORM = fbsd ]; then
- echo $LD $SOFLAGS $LDFLAGS -o $LIB $OBJS $EXTRA
-- $LD $SOFLAGS $LDFLAGS -o $LIB `lorder $OBJS | tsort -q` $EXTRA
-+ $LD $SOFLAGS $LDFLAGS -o $LIB $OBJS $EXTRA
- # for elf: echo $PLATFORM: $LD $SOFLAGS$SONAME $LDFLAGS -o $LIB $OBJS
- # for elf: $LD $SOFLAGS$SONAME $LDFLAGS -o $LIB `lorder $OBJS | tsort -q`
- elif [ $LD = KCC ]; then
+$NetBSD: patch-ag,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- rootx/src/rootx.cxx.orig 2006-05-26 19:21:52.000000000 +0200
++++ rootx/src/rootx.cxx
+@@ -37,7 +37,7 @@
+ #endif
+ #if (defined(__alpha) && !defined(__linux)) || defined(_AIX) || \
+ defined(__FreeBSD__) || defined(__Lynx__) || defined(__APPLE__) || \
+- defined(__OpenBSD__)
++ defined(__OpenBSD__) || defined(__NetBSD__)
+ #define UTMP_NO_ADDR
+ #endif
+