diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-20 15:39:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-20 15:39:06 +0000 |
commit | e4328b6c4ea9c105a3cbe0f2a11639080d3f64e9 (patch) | |
tree | 19cad2b12ed0344fb5fbddb672fb1949aa8c819a /mail | |
parent | 8f71bbc4ecab75f5e2b0f1c5173eedfa79ebe4d0 (diff) | |
download | pkgsrc-e4328b6c4ea9c105a3cbe0f2a11639080d3f64e9.tar.gz |
Force "nm -D" for DragonFly, otherwise symbol extraction from libc
doesn't work correctly.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm/distinfo | 4 | ||||
-rw-r--r-- | mail/elm/patches/patch-aa | 17 |
2 files changed, 15 insertions, 6 deletions
diff --git a/mail/elm/distinfo b/mail/elm/distinfo index f690698e28f..830e014151d 100644 --- a/mail/elm/distinfo +++ b/mail/elm/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2006/01/24 22:47:13 joerg Exp $ +$NetBSD: distinfo,v 1.11 2006/06/20 15:39:06 joerg Exp $ SHA1 (elm2.5.8.tar.gz) = bf09df75d0dc9097a1e69591bfb4872f860e00c7 RMD160 (elm2.5.8.tar.gz) = c12dbefd0bf9d47ee4438673507a4693c4a6808c Size (elm2.5.8.tar.gz) = 607078 bytes -SHA1 (patch-aa) = cba94203f670bbe7c59d379442f471fca2f34e84 +SHA1 (patch-aa) = d84d99098d567135db05cc67899cf1df5c1780b0 SHA1 (patch-ab) = 0d3a39f6fb0179bf75095ed7aa1910d94506fbe8 SHA1 (patch-ac) = 3216e1f8a00200efd93ada37c8250c5277abfbfe SHA1 (patch-ad) = de6e99072ad6379126bb1e6d798bc2cd851a92ed diff --git a/mail/elm/patches/patch-aa b/mail/elm/patches/patch-aa index 7e6b2e4d186..5a82db032aa 100644 --- a/mail/elm/patches/patch-aa +++ b/mail/elm/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2006/01/19 14:51:38 tron Exp $ +$NetBSD: patch-aa,v 1.5 2006/06/20 15:39:06 joerg Exp $ ---- Configure.orig Fri Dec 15 15:00:55 2000 +--- Configure.orig 2005-08-18 12:49:24.000000000 +0000 +++ Configure @@ -18,11 +18,6 @@ PATH=".:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin:$PATH" @@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.4 2006/01/19 14:51:38 tron Exp $ (alias) >/dev/null 2>&1 && \ echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \ echo "especially on exotic machines. If yours does, try the Bourne shell instead.)" -@@ -490,8 +485,8 @@ +@@ -490,8 +485,8 @@ EOM n='' c='\c' fi @@ -25,7 +25,16 @@ $NetBSD: patch-aa,v 1.4 2006/01/19 14:51:38 tron Exp $ rm -f .echotmp : now set up to do reads with possible shell escape and default assignment -@@ -5496,7 +5491,7 @@ +@@ -1997,6 +1992,8 @@ case "$nm_opts" in + + elif $test "$uname_os" = "Linux" ; then + nm_opts='-p' ++ elif $test "$uname_os" = "DragonFly" ; then ++ nm_opts='-D' + elif $test "$uname_os" = "AIX" ; then + uname_ver=`$uname -v` + if $test "$uname_ver" = "4" ; then +@@ -5499,7 +5496,7 @@ fastread='' echo "If you didn't make any mistakes, then just type a carriage return here." rp="If you need to edit config.sh, do it as a shell escape here:" $echo $n "$rp $c" |