pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/dasher Fix dynamic export option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a0aa25cc7a0
branches:  trunk
changeset: 513025:8a0aa25cc7a0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 19 13:14:06 2006 +0000

description:
Fix dynamic export option.

diffstat:

 editors/dasher/distinfo         |   4 ++--
 editors/dasher/patches/patch-aa |  25 +++++++++++++++++--------
 2 files changed, 19 insertions(+), 10 deletions(-)

diffs (85 lines):

diff -r 2d5fab58a7e6 -r 8a0aa25cc7a0 editors/dasher/distinfo
--- a/editors/dasher/distinfo   Fri May 19 12:45:12 2006 +0000
+++ b/editors/dasher/distinfo   Fri May 19 13:14:06 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2006/03/30 21:27:42 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2006/05/19 13:14:06 joerg Exp $
 
 SHA1 (dasher-4.0.0.tar.bz2) = 3a1e613e5b2157b2fea9da9877e600212b2b01b2
 RMD160 (dasher-4.0.0.tar.bz2) = 53bb75233ca684129de47b1761b998f7e094ed7a
 Size (dasher-4.0.0.tar.bz2) = 5810860 bytes
-SHA1 (patch-aa) = af87128e30cff75d12e491a0ee0b49cefddc0674
+SHA1 (patch-aa) = f84199bdaa74e7dde54fb5948d7ccd67d26807a8
diff -r 2d5fab58a7e6 -r 8a0aa25cc7a0 editors/dasher/patches/patch-aa
--- a/editors/dasher/patches/patch-aa   Fri May 19 12:45:12 2006 +0000
+++ b/editors/dasher/patches/patch-aa   Fri May 19 13:14:06 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2005/10/14 21:51:19 jmmv Exp $
+$NetBSD: patch-aa,v 1.3 2006/05/19 13:14:06 joerg Exp $
 
---- configure.orig     2005-09-05 14:06:07.000000000 +0200
+--- configure.orig     2006-03-13 19:38:11.000000000 +0000
 +++ configure
-@@ -3953,13 +3953,13 @@ darwin* | rhapsody*)
+@@ -3999,13 +3999,13 @@ darwin* | rhapsody*)
    lt_cv_deplibs_check_method=pass_all
    ;;
  
@@ -18,7 +18,7 @@
        lt_cv_file_magic_cmd=/usr/bin/file
        lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
        ;;
-@@ -7620,7 +7620,7 @@ if test -z "$aix_libpath"; then aix_libp
+@@ -7666,7 +7666,7 @@ if test -z "$aix_libpath"; then aix_libp
        ;;
  
      # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
@@ -27,7 +27,7 @@
        archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
        hardcode_libdir_flag_spec='-R$libdir'
        hardcode_direct=yes
-@@ -8198,7 +8198,7 @@ kfreebsd*-gnu)
+@@ -8244,7 +8244,7 @@ kfreebsd*-gnu)
    dynamic_linker='GNU ld.so'
    ;;
  
@@ -36,7 +36,7 @@
    objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
    version_type=freebsd-$objformat
    case $version_type in
-@@ -10581,7 +10581,7 @@ if test -z "$aix_libpath"; then aix_libp
+@@ -10627,7 +10627,7 @@ if test -z "$aix_libpath"; then aix_libp
    freebsd-elf*)
      archive_cmds_need_lc_CXX=no
      ;;
@@ -45,7 +45,7 @@
      # 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
+@@ -11334,7 +11334,7 @@ echo $ECHO_N "checking for $compiler opt
            ;;
        esac
        ;;
@@ -54,7 +54,7 @@
        # FreeBSD uses GNU C++
        ;;
        hpux9* | hpux10* | hpux11*)
-@@ -11902,7 +11902,7 @@ kfreebsd*-gnu)
+@@ -11948,7 +11948,7 @@ kfreebsd*-gnu)
    dynamic_linker='GNU ld.so'
    ;;
  
@@ -63,3 +63,12 @@
    objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
    version_type=freebsd-$objformat
    case $version_type in
+@@ -24086,7 +24086,7 @@ fi
+ 
+ 
+ GTK2BUILD_CFLAGS="$GTK2_CFLAGS $SETTINGS_CFLAGS $gthread_CFLAGS $gnome_speech_CFLAGS $gnome_a11y_CFLAGS $glade_CFLAGS $gnome_CFLAGS $wnck_CFLAGS $hildon_CFLAGS"
+-GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS  -Wl,--export-dynamic,"
++GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS  -Wl,--export-dynamic"
+ 
+ 
+ 



Home | Main Index | Thread Index | Old Index