Update of /cvsroot/fink/dists/10.2/unstable/crypto/finkinfo
In directory sc8-pr-cvs1:/tmp/cvs-serv32560/crypto/finkinfo
Added Files:
bundle-kde-ssl-3.1.2-2.info kdebase3-ssl-3.1.2-2.info
kdebase3-ssl-3.1.2-2.patch kdelibs3-ssl-3.1.2-2.info
kdelibs3-ssl-3.1.2-2.patch
Removed Files:
bundle-kde-ssl-3.1.2-1.info kdebase3-ssl-3.1.2-1.info
kdebase3-ssl-3.1.2-1.patch kdelibs3-ssl-3.1.2-1.info
kdelibs3-ssl-3.1.2-1.patch
Log Message:
build fixes
--- NEW FILE: bundle-kde-ssl-3.1.2-2.info ---
Package: bundle-kde-ssl
Version: 3.1.2
Revision: 2
Description: KDE - convenience package: KDE 3.1 (SSL support)
Type: bundle
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Depends: arts (>= 1.1.2-2), kdelibs3-ssl (>= %v-2), kdebase3-ssl (>= %v-2),
kdeartwork3 (>= %v-2), kdeedu3 (>= %v-2), kdegames3 (>= %v-2), kdegraphics3 (>= %v-2),
kdenetwork3 (>= %v-2), kdepim3 (>= %v-2), kdesdk3 (>= %v-2), kdetoys3 (>= %v-2),
kdeutils3 (>= %v-2), koffice (>= 1.2.90-3)
Conflicts: bundle-kde, kdelibs3, kdelibs3-dev, kdebase3, kdebase3-dev
Homepage: http://fink.sourceforge.net/news/kde.php
DescDetail: <<
This package doesn't install any files of itself, but makes sure that
you have a fully-functional KDE 3.1.x system through dependencies.
<<
DescUsage: <<
---[ Installation ]---------------------------------------------------
To install all of the official KDE packages, install "bundle-kde" or
"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
downloading strong cryptography).
---[ Configuration ]--------------------------------------------------
To use KDE as your windowing system in XDarwin, create a file called
".xinitrc" in your home directory, with the following commands (it is
safe to cut and paste these):
echo "source /sw/bin/init.sh" > ~/.xinitrc
echo "/sw/bin/startkde >/tmp/kde.log 2>&1" >> ~/.xinitrc
Note that this will overwrite an existing .xinitrc file!
---[ Startup ]--------------------------------------------------------
Once you have created an ~/.xinitrc file, you should be able to start
KDE by clicking on the "XDarwin" icon in your Applications folder.
NOTE: If you plan on running in rootless mode, you will likely want to
disable desktop icons, or else the root window desktop will cover up
your Aqua destkop. You can do this by starting the KDE control
center, expanding the "Desktop" list, click "Behavior", and uncheck
the "Enable icons on desktop" checkbox.
---[ Removal ]--------------------------------------------------------
To remove all of the official KDE packages, you can remove aRts and
anything that depends on it, by running (in a terminal):
sudo apt-get remove arts
<<
--- NEW FILE: kdebase3-ssl-3.1.2-2.info ---
Package: kdebase3-ssl
Version: 3.1.2
Revision: 2
Description: KDE - base system
License: GPL/LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Depends: dlcompat-shlibs (>= 20021117-2), %N-shlibs (>= %v-%r), kdelibs3-ssl (>=
%v-1), lesstif-shlibs (>= 0.93.18-6), libart2-shlibs, libjpeg-shlibs, libpng3-shlibs
(>= 1.2.5-4), qt3-shlibs (>= 3.1.0-1), x11, xfontpath
BuildDepends: arts-dev (>= 1.1.2-1), audiofile, autoconf2.54, automake1.6, cctools (>=
446-1), cups-dev, dlcompat-dev (>= 20021117-2), esound, fink (>= 0.12.1-1), freetype2
| freetype2-hinting, kdelibs3-ssl-dev (>= %v-1), lesstif (>= 0.93.18-6), libart2,
libjpeg, libogg, libpng3 (>= 1.2.5-4), libpoll (>= 1.1-1), libtool14, libvorbis0, mad,
openssl097, qt3 (>= 3.1.0-1), qt3-doc, x11, xfontpath
Conflicts: bundle-kde, kdelibs3, kdelibs3-shlibs, kdelibs3-dev, kdebase3,
kdebase3-shlibs, kdebase3-dev, kio-fish
Replaces: kdebase3-ssl, kdebase3-ssl-dev, kio-fish, lisa, kdenetwork3 (<< 3.1.2-1)
GCC: 3.1
CustomMirror: <<
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:kde:stable/%v/src/kdebase-%v.tar.bz2
Source-MD5: a90feb5273e9f524a2b19d9021ece7a6
Source2: mirror:custom:kde-admindir-20030601.tar.bz2
Source2-MD5: 6135f81de4b1561942be8fd31ae21297
Source2ExtractDir: kdebase-%v
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p0
SetCPPFLAGS: -no-cpp-precomp -fno-common -isystem %p/include -I%p/include
SetLIBS: -L%p/lib
NoSetLDFLAGS: true
SetMACOSX_DEPLOYMENT_TARGET: 10.2
ConfigureParams: --includedir=%p/include --libdir=%p/lib --prefix=%p --with-ssl-dir=%p
--with-ssl --with-qt-dir=%p --with-qt-includes=%p/include/qt --with-extra-libs=%p/lib
--with-extra-includes=%p/include --enable-mt --with-pic --enable-rpath
--enable-shared=yes --enable-static=no --mandir=%i/share/man --with-xinerama
--with-pam --without-nfs --enable-final --with-ldap=framework
CompileScript: <<
#!/bin/sh
export KDEDIR=%p
mkdir -p /tmp/kde-build
date > /tmp/kde-build/%N-%v-%r.cvs && \
(make -f admin/Makefile.common cvs 2>&1 | tee -a /tmp/kde-build/%N-%v-%r.cvs) && \
date > /tmp/kde-build/%N-%v-%r.configure && \
(sh ./configure %c 2>&1 | tee -a /tmp/kde-build/%N-%v-%r.configure) && \
date > /tmp/kde-build/%N-%v-%r.make && \
(make -j2 all apidox 2>&1 | tee -a /tmp/kde-build/%N-%v-%r.make)
<<
InstallScript: <<
#!/bin/sh
mkdir -p /tmp/kde-build
mkdir -p %i/share/doc/kde-installed-packages
touch %i/share/doc/kde-installed-packages/%N
date > /tmp/kde-build/%N-%v-%r.install && \
(make install DESTDIR=%d 2>&1 | tee -a /tmp/kde-build/%N-%v-%r.install) && \
install -d -m 755 %i/etc/pam.d && \
install -c -m 444 /etc/pam.d/login %i/etc/pam.d/kde && \
install -c -m 444 /etc/pam.d/login %i/etc/pam.d/kcheckpass && \
install -c -m 444 /etc/pam.d/login %i/etc/pam.d/kscreensaver && \
(rm -rf %i/share/fonts || true) && \
(make -C konsole/fonts install fontdir=`%p/bin/xfontpath basedir`/konsole DESTDIR=%d)
<<
PostInstScript: <<
update-alternatives --install /etc/pam.d/kde pam.d-kde
%p/etc/pam.d/kde 50
update-alternatives --install /etc/pam.d/kcheckpass pam.d-kcheckpass
%p/etc/pam.d/kcheckpass 50
update-alternatives --install /etc/pam.d/kscreensaver pam.d-kscreensaver
%p/etc/pam.d/kscreensaver 50
if test -x "%p/bin/xfontpath"; then
"%p/bin/xfontpath" --silent install konsole
fi
<<
PreRmScript: <<
update-alternatives --remove pam.d-kde %p/etc/pam.d/kde
update-alternatives --remove pam.d-kcheckpass %p/etc/pam.d/kcheckpass
update-alternatives --remove pam.d-kscreensaver %p/etc/pam.d/kscreensaver
if test -x "%p/bin/xfontpath"; then
"%p/bin/xfontpath" --silent remove konsole
fi
<<
DocFiles: AUTHORS COPYING INSTALL README README.pam
SplitOff: <<
Package: %N-dev
Description: KDE - base development headers and libraries
Depends: %N-shlibs (>= %v-%r), %N (>= %v-%r)
Conflicts: bundle-kde, kdelibs3, kdelibs3-dev, kdebase3, kdebase3-dev
Replaces: kdebase3, kdebase3-dev, %N (<< %v-1), %N-dev (<< %v-1)
Recommends: arts-dev (>= 1.1.2-1), audiofile, autoconf2.54, automake1.6, cctools (>=
446-1), cups-dev, dlcompat-dev (>= 20021117-2), esound, freetype2 |
freetype2-hinting, kdelibs3-ssl-dev (>= %v-1), lesstif (>= 0.93.18-6), libart2,
libjpeg, libogg, libpng3 (>= 1.2.5-4), libpoll (>= 1.1-1), libtool14, libvorbis0, mad,
openssl097, qt3 (>= 3.1.0-1), qt3-doc, x11, xfontpath
BuildDependsOnly: true
Files: <<
include
lib/libkonq.dylib
lib/libtaskbar.dylib
lib/libtaskmanager.dylib
<<
<<
SplitOff2: <<
Package: %N-shlibs
Description: KDE - base shared libraries
Depends: arts-shlibs (>= 1.1.1-1), audiofile-shlibs, dlcompat-shlibs (>=
20021117-2), esound-shlibs, freetype2-shlibs | freetype2-hinting-shlibs,
kdelibs3-ssl-shlibs (>= %v-1), lesstif-shlibs (>= 0.93.18-6), libart2-shlibs,
libjpeg-shlibs, libogg-shlibs, libpng3-shlibs (>= 1.2.5-4), libpoll-shlibs (>= 1.1-1),
libvorbis0-shlibs, mad-shlibs, openssl097-shlibs, qt3-shlibs (>= 3.1.0-1), x11
Conflicts: bundle-kde, kdelibs3, kdelibs-shlibs, kdelibs3-dev, kdebase3,
kdebase3-shlibs, kdebase3-dev
Replaces: kdebase3, kdebase3-ssl, kdebase3-ssl-dev
Recommends: %N (>= %v-%r)
BuildDependsOnly: true
Files: <<
lib/kde3/*.so
lib/libkicker_shared*.dylib
lib/libkickermain.1*.dylib
lib/libkonq.4*.dylib
lib/libtaskbar.1*.dylib
lib/libtaskmanager.1*.dylib
<<
<<
DescDetail: <<
Core applications for the K Desktop Environment.
<<
DescUsage: <<
---[ Installation ]---------------------------------------------------
To install all of the official KDE packages, install "bundle-kde" or
"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
downloading strong cryptography).
---[ Configuration ]--------------------------------------------------
To use KDE as your windowing system in XDarwin, create a file called
".xinitrc" in your home directory, with the following commands (it is
safe to cut and paste these):
echo "source /sw/bin/init.sh" > ~/.xinitrc
echo "/sw/bin/startkde >/tmp/kde.log 2>&1" >> ~/.xinitrc
Note that this will overwrite an existing .xinitrc file!
---[ Startup ]--------------------------------------------------------
Once you have created an ~/.xinitrc file, you should be able to start
KDE by clicking on the "XDarwin" icon in your Applications folder.
NOTE: If you plan on running in rootless mode, you will likely want to
disable desktop icons, or else the root window desktop will cover up
your Aqua destkop. You can do this by starting the KDE control
center, expanding the "Desktop" list, click "Behavior", and uncheck
the "Enable icons on desktop" checkbox.
---[ Removal ]--------------------------------------------------------
To remove all of the official KDE packages, you can remove aRts and
anything that depends on it, by running (in a terminal):
sudo apt-get remove arts
<<
--- NEW FILE: kdebase3-ssl-3.1.2-2.patch ---
--- startkde 6 May 2003 17:48:14 -0000 1.1.1.8
+++ startkde 14 May 2003 13:43:52 -0000 1.13
@@ -34,6 +34,10 @@
# people's heads. We use colours from the standard KDE palette for those with
# palettised displays.
+# we have to unset this for Darwin since it will screw up KDE's dynamic-loading
+unset DYLD_FORCE_FLAT_NAMESPACE
+test -d "@PREFIX@" && export PATH="@PREFIX@/bin:${PATH}"
+
test "$XDM_MANAGED" || bkg="-solid #C0C0C0"
xsetroot -cursor_name left_ptr $bkg
@@ -110,6 +114,11 @@
export GS_LIB
fi
+# if we're in Apple's X11 and the native window manager is available, use that
[...2435 lines suppressed...]
+++ nsplugins/Makefile.am 9 May 2003 00:40:05 -0000 1.2
@@ -5,7 +5,7 @@
NSPluginClassIface_DIR = $(srcdir)/viewer
-lib_LTLIBRARIES = libnsplugin.la
+kde_module_LTLIBRARIES = libnsplugin.la
libnsplugin_la_SOURCES = plugin_part.cpp nspluginloader.cpp \
NSPluginClassIface.stub \
NSPluginCallbackIface.skel
--- nsplugins/pluginscan.cpp 29 Oct 2002 03:07:09 -0000 1.1.1.3
+++ nsplugins/pluginscan.cpp 29 Oct 2002 03:39:40 -0000 1.4
@@ -443,6 +443,7 @@
paths.append("/usr/lib/netscape/plugins");
paths.append("/usr/lib/netscape/plugins-libc5");
paths.append("/usr/lib/netscape/plugins-libc6");
+ paths.append("@PREFIX@/lib/mozilla/plugins");
paths.append("/usr/lib/mozilla/plugins");
paths.append("$MOZILLA_HOME/plugins");
config->writeEntry( "scanPaths", paths );
--- NEW FILE: kdelibs3-ssl-3.1.2-2.info ---
Package: kdelibs3-ssl
Version: 3.1.2
Revision: 2
Description: KDE - essential libraries
License: GPL/LGPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Depends: arts (>= 1.1.2-1), audiofile-shlibs, dlcompat-shlibs (>= 20021117-2),
esound-shlibs, %N-shlibs (>= %v-%r), libart2-shlibs, libjpeg-shlibs, libogg-shlibs,
libpng3-shlibs (>= 1.2.5-4), libpoll-shlibs (>= 1.1-1), libvorbis0-shlibs,
libxml2-shlibs (>= 2.5.2-1), libxslt-shlibs (>= 1.0.27-1), mad-shlibs, qt3-shlibs (>=
3.1.0-1), x11
BuildDepends: arts-dev (>= 1.1.2-1), audiofile, autoconf2.54, automake1.6, cctools (>=
446-1), cups-dev, dlcompat-dev (>= 20021117-2), doxygen, esound, fink (>= 0.12.1-1),
flex, libart2, libjpeg, libogg, libpng3 (>= 1.2.5-4), libpoll (>= 1.1-1), libtiff,
libvorbis0, libxml2, libxslt, mad, openslp-ssl-dev | openslp-dev, pcre, openssl097,
openssl097-dev, pcre-bin, qt3 (>= 3.1.0-1), qt3-doc, x11
Conflicts: bundle-kde, kdelibs3, kdelibs3-shlibs, kdelibs3-dev, kdebase3,
kdebase3-shlibs, kdebase3-dev
Replaces: kdelibs3, kdelibs3-dev, kdelibs3-ssl-dev, keramik, kde-icons-crystal,
conectiva-crystal, kdeartwork3
GCC: 3.1
CustomMirror: <<
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:kde:stable/%v/src/kdelibs-%v.tar.bz2
Source-MD5: 2b896ce9a6942e4cc4fe1758236bafa3
Source2: mirror:custom:kde-admindir-20030601.tar.bz2
Source2-MD5: 6135f81de4b1561942be8fd31ae21297
Source2ExtractDir: kdelibs-%v
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p0
SetCPPFLAGS: -no-cpp-precomp -fno-common -isystem %p/include -I%p/include
SetLIBS: -L%p/lib
NoSetLDFLAGS: true
SetMACOSX_DEPLOYMENT_TARGET: 10.2
ConfigureParams: --includedir=%p/include --libdir=%p/lib --prefix=%p --with-ssl-dir=%p
--with-qt-dir=%p --with-qt-includes=%p/include/qt --with-extra-libs=%p/lib
--with-extra-includes=%p/include --enable-mt --with-pic --enable-rpath
--enable-shared=yes --enable-static=no --mandir=%i/share/man --with-xinerama
--with-pam --enable-final --enable-cups --with-ldap=framework
CompileScript: <<
#!/bin/sh
export KDEDIR=%p
mkdir -p /tmp/kde-build
date > /tmp/kde-build/%N-%v-%r.cvs && \
(make -f admin/Makefile.common cvs 2>&1 | tee -a /tmp/kde-build/%N-%v-%r.cvs) && \
date > /tmp/kde-build/%N-%v-%r.configure && \
(sh ./configure %c 2>&1 | tee -a /tmp/kde-build/%N-%v-%r.configure) && \
touch kio/kio/lex.c && \
date > /tmp/kde-build/%N-%v-%r.make && \
(make -j2 all apidox 2>&1 | tee -a /tmp/kde-build/%N-%v-%r.make)
<<
InstallScript: <<
#!/bin/sh
mkdir -p /tmp/kde-build
mkdir -p %i/share/doc/kde-installed-packages
touch %i/share/doc/kde-installed-packages/%N
date > /tmp/kde-build/%N-%v-%r.install && \
(make install DESTDIR=%d 2>&1 | tee -a /tmp/kde-build/%N-%v-%r.install)
<<
DocFiles: COPYING COPYING.LIB INSTALL
RuntimeVars: <<
KDEDIR: %p
<<
SplitOff: <<
Package: %N-shlibs
Description: KDE - essential shared libraries
Depends: arts-shlibs (>= 1.1.2-1), audiofile-shlibs, dlcompat-shlibs (>=
20021117-2), esound-shlibs, libart2-shlibs, libjpeg-shlibs, libogg-shlibs,
libpng3-shlibs (>= 1.2.5-4), libpoll-shlibs (>= 1.1-1), libtiff-shlibs,
libvorbis0-shlibs, libxml2-shlibs, libxslt-shlibs, mad-shlibs, openslp-ssl-shlibs |
openslp-shlibs, openssl097-shlibs, pcre-shlibs, qt3-shlibs (>= 3.1.0-1), x11
Conflicts: bundle-kde, kdelibs3, kdelibs-shlibs, kdelibs3-dev, kdebase3,
kdebase3-shlibs, kdebase3-dev
Replaces: kdelibs3, kdelibs3-ssl, kde-icons-crystal, keramik, kdeartwork3 (<< %v-12)
Recommends: %N (>= %v-%r)
BuildDependsOnly: true
Files: <<
lib/kde3/*.so
lib/kde3/plugins/designer/*.so
lib/kde3/plugins/styles/*.so
lib/libDCOP.4*.dylib
lib/libartskde.1*.dylib
lib/libkabc.1*.dylib
lib/libkdecore.4*.dylib
lib/libkdefakes.4*.dylib
lib/libkdefx.4*.dylib
lib/libkdeprint.4*.dylib
lib/libkdeprint_management.4*.dylib
lib/libkdesasl.1*.dylib
lib/libkdesu.4*.dylib
lib/libkdeui.4*.dylib
lib/libkhtml.4*.dylib
lib/libkio.4*.dylib
lib/libkjava.1*.dylib
lib/libkjs.1*.dylib
lib/libkmid.0*.dylib
lib/libkparts.2*.dylib
lib/libkscreensaver.4*.dylib
lib/libkspell.4*.dylib
lib/libkutils.1*.dylib
<<
<<
SplitOff2: <<
Package: %N-dev
Description: KDE - essential development libraries and headers
Depends: %N-shlibs (>= %v-%r), %N (>= %v-%r)
Conflicts: bundle-kde, kdelibs3, kdelibs-shlibs, kdelibs3-dev, kdebase3,
kdebase3-shlibs, kdebase3
Replaces: kdelibs3, kdelibs3-dev, kdelibs3-ssl
Recommends: arts-dev (>= 1.1.2-1), audiofile, autoconf2.54, automake1.6, cctools (>=
446-1), cups-dev, dlcompat-dev (>= 20021117-2), doxygen, esound, fink (>= 0.12.1-1),
flex, libart2, libjpeg, libogg, libpng3 (>= 1.2.5-4), libpoll (>= 1.1-1), libtiff,
libvorbis0, libxml2, libxslt, mad, openslp-ssl-dev | openslp-dev, openssl097, pcre,
pcre-bin, qt3 (>= 3.1.0-1), qt3-doc, x11
BuildDependsOnly: true
Files: <<
bin/dcopidl
bin/dcopidl2cpp
bin/meinproc
include
lib/libDCOP.dylib
lib/libartskde.dylib
lib/libkdecore.dylib
lib/libkdefakes.dylib
lib/libkdefx.dylib
lib/libkdeprint.dylib
lib/libkdeprint_management.dylib
lib/libkdesasl.dylib
lib/libkdesu.dylib
lib/libkdeui.dylib
lib/libkhtml.dylib
lib/libkio.dylib
lib/libkjava.dylib
lib/libkjs.dylib
lib/libkmid.dylib
lib/libkparts.dylib
lib/libkscreensaver.dylib
lib/libkspell.dylib
lib/libkutils.dylib
<<
<<
DescDetail: <<
Libraries for the K Desktop Environment.
KDE Libraries included: kdecore (KDE core library), kdeui (user interface),
kfm (file manager), khtmlw (HTML widget), kio (Input/Output, networking),
kspell (spelling checker), jscript (javascript), kab (addressbook), and
kimgio (image manipulation).
<<
DescUsage: <<
---[ Installation ]---------------------------------------------------
To install all of the official KDE packages, install "bundle-kde" or
"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
downloading strong cryptography).
---[ Configuration ]--------------------------------------------------
To use KDE as your windowing system in XDarwin, create a file called
".xinitrc" in your home directory, with the following commands (it is
safe to cut and paste these):
echo "source /sw/bin/init.sh" > ~/.xinitrc
echo "/sw/bin/startkde >/tmp/kde.log 2>&1" >> ~/.xinitrc
Note that this will overwrite an existing .xinitrc file!
---[ Startup ]--------------------------------------------------------
Once you have created an ~/.xinitrc file, you should be able to start
KDE by clicking on the "XDarwin" icon in your Applications folder.
NOTE: If you plan on running in rootless mode, you will likely want to
disable desktop icons, or else the root window desktop will cover up
your Aqua destkop. You can do this by starting the KDE control
center, expanding the "Desktop" list, click "Behavior", and uncheck
the "Enable icons on desktop" checkbox.
---[ Removal ]--------------------------------------------------------
To remove all of the official KDE packages, you can remove aRts and
anything that depends on it, by running (in a terminal):
sudo apt-get remove arts
<<
--- NEW FILE: kdelibs3-ssl-3.1.2-2.patch ---
--- arts/kde/mcop-dcop/Makefile.am 10 Jul 2002 04:41:04 -0000 1.1.1.2
+++ arts/kde/mcop-dcop/Makefile.am 26 May 2003 05:17:35 -0000
@@ -1,16 +1,23 @@
INCLUDES= -I$(includedir)/arts -I$(top_srcdir)/arts/kde $(all_includes)
+lib_LTLIBRARIES = libkmcop_main.la kmcop.la
bin_PROGRAMS = kmcop
-lib_LTLIBRARIES = kmcop.la
-kmcop_la_SOURCES = mcopdcopobject.cpp kmcop.cpp kmcop.skel
-kmcop_la_LIBADD = ../libartskde.la
+libkmcop_main_la_SOURCES = mcopdcopobject.cpp kmcop.cpp kmcop.skel
+libkmcop_main_la_LIBADD = ../libartskde.la
+libkmcop_main_la_LDFLAGS = $(all_libraries) -version-info 1:0 -no-undefined
+
+kmcop_la_SOURCES = kmcop_la_main.cpp
+kmcop_la_LIBADD = ../libartskde.la libkmcop_main.la
[...1385 lines suppressed...]
esac
])
if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then
@@ -442,6 +445,8 @@
if test x"$ac_cv_sys_symbol_underscore" = xyes; then
if test x"$ac_cv_func_dlopen" = xyes ||
test x"$ac_cv_lib_dl_dlopen" = xyes ; then
+ ac_save_LIBS="$LIBS"
+ LIBS="$LIBS $LIBADD_DL"
AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
libltdl_cv_need_uscore, [dnl
AC_TRY_RUN([
@@ -495,6 +500,7 @@
fi
if test x"$libltdl_cv_need_uscore" = xyes; then
+ LIBS="$ac_save_LIBS"
AC_DEFINE(NEED_USCORE, 1,
[Define if dlsym() requires a leading underscode in symbol names. ])
fi
--- bundle-kde-ssl-3.1.2-1.info DELETED ---
--- kdebase3-ssl-3.1.2-1.info DELETED ---
--- kdebase3-ssl-3.1.2-1.patch DELETED ---
--- kdelibs3-ssl-3.1.2-1.info DELETED ---
--- kdelibs3-ssl-3.1.2-1.patch DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits