Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22247/10.4/unstable/main/finkinfo/graphics

Added Files:
        autotrace.patch 
Log Message:
improve dynamic linking of dylib


--- NEW FILE: autotrace.patch ---
diff -Nurd -x'*~' autotrace-0.31.1.orig/Makefile.in autotrace-0.31.1/Makefile.in
--- autotrace-0.31.1.orig/Makefile.in   2002-11-08 13:18:43.000000000 -0500
+++ autotrace-0.31.1/Makefile.in        2006-08-03 01:50:53.000000000 -0400
@@ -221,9 +221,6 @@
 autotrace_LDADD = \
                libautotrace.la                 \
                $(MAGICK_LDFLAGS)               \
-               $(LIBPNG_LDFLAGS)               \
-               $(LIBSWF_LDFLAGS)               \
-               $(LIBPSTOEDIT_LIBS)             \
                -lm
 
 
@@ -242,7 +239,11 @@
 CONFIG_CLEAN_FILES = autotrace-config autotrace.pc autotrace.spec
 LTLIBRARIES = $(lib_LTLIBRARIES)
 
-libautotrace_la_LIBADD =
+libautotrace_la_LIBADD = \
+               $(LIBPNG_LDFLAGS)               \
+               $(LIBSWF_LDFLAGS)               \
+               $(LIBPSTOEDIT_LIBS)
+
 @HAVE_LIBPNG_FALSE@@HAVE_LIBPSTOEDIT_FALSE@@HAVE_LIBSWF_FALSE@@[EMAIL 
PROTECTED] = \
 
@HAVE_LIBPNG_FALSE@@HAVE_LIBPSTOEDIT_FALSE@@HAVE_LIBSWF_FALSE@@HAVE_MAGICK_TRUE@
       input-pnm.lo \
 
@HAVE_LIBPNG_FALSE@@HAVE_LIBPSTOEDIT_FALSE@@HAVE_LIBSWF_FALSE@@HAVE_MAGICK_TRUE@
       input-bmp.lo \


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to