Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
CVS: packages/dists/unstable/main/finkinfo/libs dlcompat-20020709-2.info,NO: msg#00680
|
Subject: |
CVS: packages/dists/unstable/main/finkinfo/libs dlcompat-20020709-2.info,NONE,1.1 dlcompat-20020709-2.patch,NONE,1.1 dlcompat-20020709-1.info,1.1,NONE |
Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/libs
In directory usw-pr-cvs1:/tmp/cvs-serv1560
Added Files:
dlcompat-20020709-2.info dlcompat-20020709-2.patch
Removed Files:
dlcompat-20020709-1.info
Log Message:
Easier to make a patch than a new release
--- NEW FILE: dlcompat-20020709-2.info ---
Package: dlcompat
Version: 20020709
Revision: 2
Maintainer: Peter O'Gorman <peter@xxxxxxxxx>
Source: mirror:sourceforge:fink/%n-%v.tar.gz
Source-MD5: d757b8cae253c011db574acf4bd51df9
Patch: %f.patch
#
CompileScript: make prefix=%p
InstallScript: make install prefix=%i
DocFiles: README TODO LICENSE ChangeLog
#
Description: Dynamic loading compatibility library
DescDetail: <<
dlcompat provides the dlopen() interface for dynamic loading of
modules for applications that need it. It was written by
Jorge Acereda and Peter O'Gorman.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer <chrisp@xxxxxxxxxxxxxxxxxxxxx>
and Max Horn <max@xxxxxxxxx>.
The library is not versioned and will not be put into a separate shlibs pkg.
<<
License: OSI-Approved
--- NEW FILE: dlcompat-20020709-2.patch ---
diff -Naur dlcompat-20020709.old/dlfcn.h dlcompat-20020709/dlfcn.h
--- dlcompat-20020709.old/dlfcn.h Tue Jul 2 11:21:05 2002
+++ dlcompat-20020709/dlfcn.h Tue Jul 30 12:21:59 2002
@@ -24,6 +24,8 @@
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#ifndef _DLFCN_H_
+#define _DLFCN_H_
#ifdef __cplusplus
extern "C" {
@@ -58,4 +60,6 @@
#ifdef __cplusplus
}
+#endif
+
#endif
--- dlcompat-20020709-1.info DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
|
| |