Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17924/10.4-transitional/unstable/main/finkinfo/languages
Modified Files:
g-wrap.info
Added Files:
g-wrap.patch
Log Message:
libtool fix; don't pass .so to linker
--- NEW FILE: g-wrap.patch ---
diff -Nurd -x'*~' g-wrap-1.3.4.orig/g-wrap/Makefile.in
g-wrap-1.3.4/g-wrap/Makefile.in
--- g-wrap-1.3.4.orig/g-wrap/Makefile.in 2002-11-07 23:40:46.000000000
-0500
+++ g-wrap-1.3.4/g-wrap/Makefile.in 2006-03-21 03:12:03.000000000 -0500
@@ -217,7 +217,6 @@
libgw_wct_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic @GUILE_LIBS@
libgw_wct_la_LIBADD = libgwrap-wct.la
test_link_gw_wct_SOURCES = dummy-main.c
-test_link_gw_wct_LDADD = ./libgw-wct.la
################## From ../g-wrapped
diff -Nurd -x'*~' g-wrap-1.3.4.orig/test/Makefile.in
g-wrap-1.3.4/test/Makefile.in
--- g-wrap-1.3.4.orig/test/Makefile.in 2002-11-07 23:40:48.000000000 -0500
+++ g-wrap-1.3.4/test/Makefile.in 2006-03-21 03:17:43.000000000 -0500
@@ -205,7 +205,6 @@
# ===========================================================================
noinst_PROGRAMS = test-link-wct
test_link_wct_SOURCES = dummy-main.c
-test_link_wct_LDADD = ../g-wrap/libgw-wct.la
# ===========================================================================
@@ -222,16 +221,14 @@
libg_wrap_test_c_code_la_LIBADD =
nodist_libgw_test_standard_la_SOURCES = gw-test-standard.c
libgw_test_standard_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
-libgw_test_standard_la_LIBADD = ./libg-wrap-test-c-code.la ${GUILE_LIBS}
+libgw_test_standard_la_LIBADD = ${GUILE_LIBS}
nodist_libgw_test_enumeration_la_SOURCES = gw-test-enumeration.c
libgw_test_enumeration_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
-libgw_test_enumeration_la_LIBADD = ./libg-wrap-test-c-code.la ${GUILE_LIBS}
+libgw_test_enumeration_la_LIBADD = ${GUILE_LIBS}
nodist_libgw_test_parent_la_SOURCES = gw-test-parent.c
libgw_test_parent_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
-libgw_test_parent_la_LIBADD = ./libg-wrap-test-c-code.la ../g-wrap/libgw-wct.la
nodist_libgw_test_child_la_SOURCES = gw-test-child.c
libgw_test_child_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
-libgw_test_child_la_LIBADD = ./libg-wrap-test-c-code.la
# ======================================================================
@@ -239,7 +236,7 @@
@[EMAIL PROTECTED] = gw-test-glib.c
@[EMAIL PROTECTED] = -rpath $(libdir) -module -export-dynamic
@[EMAIL PROTECTED] = \
[EMAIL PROTECTED]@ ../g-wrap/libgwrap-glib.la ./libg-wrap-test-c-code.la
${GUILE_LIBS}
[EMAIL PROTECTED]@ ../g-wrap/libgwrap-glib.la ${GUILE_LIBS}
Index: g-wrap.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/g-wrap.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- g-wrap.info 27 Apr 2005 03:25:58 -0000 1.1
+++ g-wrap.info 21 Mar 2006 08:30:43 -0000 1.2
@@ -1,6 +1,6 @@
Package: g-wrap
Version: 1.3.4
-Revision: 13
+Revision: 14
BuildDepends: guile16-dev, glib
Depends: %N-shlibs (= %v-%r), guile16, glib-shlibs
CustomMirror: <<
@@ -9,9 +9,11 @@
<<
Source: mirror:custom:%n-%v.tar.gz
Source-MD5: bf29b8b563cc27d9f7fd90a6243653aa
+Patch: %n.patch
PatchScript: <<
perl -pi.bak -e
"s#lt_cv_deplibs_check_method.*Mach.*#lt_cv_deplibs_check_method=pass_all#"
configure
perl -pi.bak -e "s#need_relink=yes#need_relink=no#" ltmain.sh
+perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
<<
ConfigureParams: --infodir=%p/share/info
--with-modules-dir=%p/share/guile/1.6/g-wrap-%v --disable-dependency-tracking
CompileScript: <<
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits