OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   17-Jul-2002 14:39:41
  Branch: HEAD                             Handle: 2002071713394100

  Added files:
    openpkg-src/styx        styx.patch

  Log:
    add patch to CVS, too

  Summary:
    Revision    Changes     Path
    1.1         +42 -0      openpkg-src/styx/styx.patch
  ____________________________________________________________________________

  Index: openpkg-src/styx/styx.patch
  ============================================================
  $ cvs update -p -r1.1 styx.patch
  --- inc/sysbase1.h.orig       Tue Apr 17 00:55:58 2001
  +++ inc/sysbase1.h    Tue Apr 17 00:57:17 2001
  @@ -178,7 +178,7 @@
   
   #define DL_LOAD_LAZY    0
   
  -#if !defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) || (defined(HAVE_LIBDL) 
&& defined(HAVE_DLFCN_H)))
  +#if defined(__FreeBSD__) || (!defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) 
|| (defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H))))
   #define DL_LAZY         RTLD_LAZY
   #define DL_NOW          RTLD_NOW
   #define DL_BINDING_MASK RTLD_BINDING_MASK
  --- libbase/gstream.c.orig    Tue Apr 17 01:04:58 2001
  +++ libbase/gstream.c Tue Apr 17 01:05:13 2001
  @@ -485,7 +485,7 @@
   
   
   #else
  -#if !defined(MSDOS) && ( !defined(HAVE_CONFIG_H) || defined(HAVE_ICONV_H) )
  +#if defined(__FreeBSD__) || (!defined(MSDOS) && ( !defined(HAVE_CONFIG_H) || 
defined(HAVE_ICONV_H) ) )
   
   ConcreteType(CDIConv_T) // ICONV conversion description type
   {
  --- libbase/sysbase1.c.orig   Sun Feb 25 22:36:20 2001
  +++ libbase/sysbase1.c        Tue Apr 17 01:25:49 2001
  @@ -526,7 +526,7 @@
   #define DL_LOAD_LAZY    0
   
   /*DOC_INTERFACE*/
  -#if !defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) || (defined(HAVE_LIBDL) 
&& defined(HAVE_DLFCN_H)))
  +#if defined(__FreeBSD__) || (!defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) 
|| (defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H))))
   #define DL_LAZY         RTLD_LAZY
   #define DL_NOW          RTLD_NOW
   #define DL_BINDING_MASK RTLD_BINDING_MASK
  @@ -570,7 +570,7 @@
     }
   
   #else
  -#if !defined(MSDOS) && ( !defined(HAVE_CONFIG_H) || ( defined(HAVE_LIBDL) && 
defined(HAVE_DLFCN_H) ) )
  +#if defined(__FreeBSD__) || (!defined(MSDOS) && ( !defined(HAVE_CONFIG_H) || ( 
defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H) ) ) )
   
   DL_Hdl DL_open(string dlname, int flag)
   /* loads dll 'dlname' in mode 'flag' ( ERROR: NULL )
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to