]> git.pld-linux.org Git - packages/edb.git/commitdiff
- obsolete
authorsparky <sparky@pld-linux.org>
Mon, 17 Apr 2006 21:26:16 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    edb-ac_fix.patch -> 1.4

edb-ac_fix.patch [deleted file]

diff --git a/edb-ac_fix.patch b/edb-ac_fix.patch
deleted file mode 100644 (file)
index a1187fc..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
---- edb-1.0.5/configure.in.orig        2004-07-13 06:02:42.000000000 +0200
-+++ edb-1.0.5/configure.in     2004-10-27 23:52:20.952292416 +0200
-@@ -24,55 +24,6 @@
- dnl AC_PROG_INSTALL()
- dnl AC_ARG_PROGRAM()
--dnl This is where we handle stuff that autoconf can't handle: compiler,
--dnl preprocessor and load flags, libraries that the standard tests don't
--dnl look for.  The default optimization is -O.
--dnl
--dnl XXX
--dnl Don't override anything if it's already set from the environment.
--AC_SUBST(CFLAGS)
--AC_SUBST(CPPFLAGS)
--dnl AC_SUBST(CXX)
--dnl AC_SUBST(CXXFLAGS)
--AC_SUBST(LDFLAGS)
--case "$host_os" in
--aix4.1*)   CFLAGS=${CFLAGS-"-O3"};;
--bsd4.4)    CFLAGS=${CFLAGS-"-O2"};;
--bsdi4*)          CFLAGS=${CFLAGS-"-O2"};;
--bsdi*)           CC=${CC-"shlicc2"}
--         CFLAGS=${CFLAGS-"-O2"}
--         LIBS="-lipc $LIBS";;
--irix*)           CFLAGS=${CFLAGS-"-O2"};;
--nextstep3) CFLAGS=${CFLAGS-"-O2"};;
--linux*)          CFLAGS=${CFLAGS-"-O2"};;
--mpeix*)          CPPFLAGS="-D_POSIX_SOURCE -D_SOCKET_SOURCE $CPPFLAGS"
--         LIBS="-lsocket -lsvipc $LIBS";;
--sco*)    CFLAGS="$CFLAGS -b elf"
--         LIBS="-lsocket -lnsl $LIBS";;
--*)       CFLAGS=${CFLAGS-"-O"};;
--esac
--CXXFLAGS=${CXXFLAGS-"$CFLAGS"}
--
--dnl Optional C++ API..
--dnl
--dnl XXX
--dnl Versions of GCC up to 2.8.0 required -fhandle-exceptions, but it is
--dnl the default in versions 2.8.0 and after.
--dnl AC_MSG_CHECKING(if --enable-cxx option specified)
--dnl AC_ARG_ENABLE(cxx,
--dnl   [  --enable-cxx            Provide C++ interfaces.],
--dnl   [db_cv_cxx="$enable_cxx"], [db_cv_cxx="no"])
--dnl AC_MSG_RESULT($db_cv_cxx)
--dnl if test "$db_cv_cxx" = "yes"; then
--dnl   AC_PROG_CXX
--
--dnl   if test "$GXX" = "yes"; then
--dnl           CXXFLAGS="-fhandle-exceptions $CXXFLAGS"
--dnl   fi
--
--dnl   AC_LIBOBJ="$AC_LIBOBJ \$(COBJS)"
--dnl fi
--
- dnl There are additional libraries we need for some compiler/architecture
- dnl combinations.
- AC_SUBST(LIBS)
-@@ -450,7 +401,6 @@
- src/edb_int.h
- src/edb_185.h
- debian/Makefile
--edb-config],
--[
--chmod +x edb-config
--])
-+edb-config])
-+AC_CONFIG_COMMANDS([default],
-+      [chmod +x edb-config])
---- edb-1.0.5/src/os_stat.c.orig       2001-04-05 18:31:35.000000000 +0200
-+++ edb-1.0.5/src/os_stat.c    2004-10-27 23:52:51.401663408 +0200
-@@ -88,7 +88,7 @@
-        * Check for a 0 size -- the HP MPE/iX architecture has st_blksize,
-        * but it's always 0.
-        */
--#ifdef HAVE_ST_BLKSIZE
-+#ifdef HAVE_STRUCT_STAT_ST_BLKSIZE
-       if (iosizep != NULL && (*iosizep = sb.st_blksize) == 0)
-               *iosizep = DB_DEF_IOSIZE;
- #else
This page took 0.120032 seconds and 4 git commands to generate.