diff options
Diffstat (limited to 'net-voip/gnugk/files/gnugk-2.2.7-configure.patch')
-rw-r--r-- | net-voip/gnugk/files/gnugk-2.2.7-configure.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-voip/gnugk/files/gnugk-2.2.7-configure.patch b/net-voip/gnugk/files/gnugk-2.2.7-configure.patch deleted file mode 100644 index d4a589719b36..000000000000 --- a/net-voip/gnugk/files/gnugk-2.2.7-configure.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.old 2009-02-10 17:14:47.000000000 -0500 -+++ configure 2009-02-10 17:14:18.000000000 -0500 -@@ -3979,11 +3979,6 @@ - fi - - --if test "x$pgsql" != "xno" -o "x$mysql" != "xno"; then -- SOURCES="$SOURCES sqlauth.cxx sqlacct.cxx gksql.cxx" -- HEADERS="$HEADERS sqlacct.h gksql.h" --fi -- - # Check whether --enable-firebird or --disable-firebird was given. - if test "${enable_firebird+set}" = set; then - enableval="$enable_firebird" -@@ -4242,6 +4237,11 @@ - fi - - -+if test "x$pgsql" != "xno" -o "x$mysql" != "xno" -o "x$firebird" != "xno"; then -+ SOURCES="$SOURCES sqlauth.cxx sqlacct.cxx gksql.cxx" -+ HEADERS="$HEADERS sqlacct.h gksql.h" -+fi -+ - - GNUGK_MAJOR_VERSION=`cat version.h | grep "define GNUGK_MAJOR_VERSION" | cut -f4 -d' '` - GNUGK_MINOR_VERSION=`cat version.h | grep "define GNUGK_MINOR_VERSION" | cut -f4 -d' '` |