diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-14 21:51:19 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-14 21:51:19 +0000 |
commit | aa5c883bb6b8fc10fd657751da403e245f9299a5 (patch) | |
tree | 3a506d691b235707037746d37caf98737f104d5c /editors/dasher/patches | |
parent | b1e9e7e092ac38b09f2729d89ff6d68a085b70f3 (diff) | |
download | pkgsrc-aa5c883bb6b8fc10fd657751da403e245f9299a5.tar.gz |
Update to 3.2.18: changes since 3.2.15 unknown.
Diffstat (limited to 'editors/dasher/patches')
-rw-r--r-- | editors/dasher/patches/patch-aa | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/editors/dasher/patches/patch-aa b/editors/dasher/patches/patch-aa index 49691cf5356..5ade1825e43 100644 --- a/editors/dasher/patches/patch-aa +++ b/editors/dasher/patches/patch-aa @@ -1,14 +1,14 @@ -$NetBSD: patch-aa,v 1.1 2005/10/10 16:32:00 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2005/10/14 21:51:19 jmmv Exp $ ---- configure.orig 2005-07-10 15:59:17.000000000 +0000 +--- configure.orig 2005-09-05 14:06:07.000000000 +0200 +++ configure -@@ -3851,13 +3851,13 @@ darwin* | rhapsody*) +@@ -3953,13 +3953,13 @@ darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | kfreebsd*-gnu) +freebsd* | kfreebsd*-gnu | dragonfly*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. @@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.1 2005/10/10 16:32:00 joerg Exp $ lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; -@@ -6767,7 +6767,7 @@ if test -z "$aix_libpath"; then aix_libp +@@ -7620,7 +7620,7 @@ if test -z "$aix_libpath"; then aix_libp ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. @@ -27,7 +27,7 @@ $NetBSD: patch-aa,v 1.1 2005/10/10 16:32:00 joerg Exp $ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes -@@ -7511,7 +7511,7 @@ kfreebsd*-gnu) +@@ -8198,7 +8198,7 @@ kfreebsd*-gnu) dynamic_linker='GNU ld.so' ;; @@ -36,16 +36,16 @@ $NetBSD: patch-aa,v 1.1 2005/10/10 16:32:00 joerg Exp $ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat case $version_type in -@@ -12511,7 +12511,7 @@ if test -z "$aix_libpath"; then aix_libp - freebsd-elf*) - archive_cmds_need_lc_CXX=no - ;; -- freebsd* | kfreebsd*-gnu) -+ freebsd* | kfreebsd*-gnu | dragonfly*) - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF - # conventions - ld_shlibs_CXX=yes -@@ -13271,7 +13271,7 @@ echo $ECHO_N "checking for $compiler opt +@@ -10581,7 +10581,7 @@ if test -z "$aix_libpath"; then aix_libp + freebsd-elf*) + archive_cmds_need_lc_CXX=no + ;; +- freebsd* | kfreebsd*-gnu) ++ freebsd* | kfreebsd*-gnu | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + ld_shlibs_CXX=yes +@@ -11288,7 +11288,7 @@ echo $ECHO_N "checking for $compiler opt ;; esac ;; @@ -54,7 +54,7 @@ $NetBSD: patch-aa,v 1.1 2005/10/10 16:32:00 joerg Exp $ # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) -@@ -13992,7 +13992,7 @@ kfreebsd*-gnu) +@@ -11902,7 +11902,7 @@ kfreebsd*-gnu) dynamic_linker='GNU ld.so' ;; |