diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-27 04:17:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-27 04:17:07 +0800 |
commit | 4206b95b378869a08dc990142116413969a1f4ce (patch) | |
tree | 0c21f6393f7cb819cca4eb2d596c3c739294fb03 /comms/gnokii/files | |
parent | cd77337c7c5abdc73aa61a00c5debe19f9f98628 (diff) | |
download | freebsd-ports-gnome-4206b95b378869a08dc990142116413969a1f4ce.tar.gz freebsd-ports-gnome-4206b95b378869a08dc990142116413969a1f4ce.tar.zst freebsd-ports-gnome-4206b95b378869a08dc990142116413969a1f4ce.zip |
- Update to 0.6.18
PR: 114914
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'comms/gnokii/files')
-rw-r--r-- | comms/gnokii/files/patch-include-compat.h | 11 | ||||
-rw-r--r-- | comms/gnokii/files/patch-smsd-Makefile | 17 |
2 files changed, 14 insertions, 14 deletions
diff --git a/comms/gnokii/files/patch-include-compat.h b/comms/gnokii/files/patch-include-compat.h deleted file mode 100644 index f8cc5f7ba923..000000000000 --- a/comms/gnokii/files/patch-include-compat.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/compat.h.orig Tue Sep 5 14:13:49 2006 -+++ include/compat.h Tue Sep 5 14:14:37 2006 -@@ -37,6 +37,8 @@ - #include "config.h" - - #include <stdlib.h> -+/* FreeBSD seems to require this one in various sources for "INT_MAX" */ -+#include <limits.h> - - #ifdef WIN32 - # include <windows.h> diff --git a/comms/gnokii/files/patch-smsd-Makefile b/comms/gnokii/files/patch-smsd-Makefile index 8922796d7353..8674bfd42983 100644 --- a/comms/gnokii/files/patch-smsd-Makefile +++ b/comms/gnokii/files/patch-smsd-Makefile @@ -1,6 +1,6 @@ ---- smsd/Makefile.orig Wed Oct 20 17:24:58 2004 -+++ smsd/Makefile Wed Oct 20 17:25:10 2004 -@@ -26,9 +26,9 @@ +--- smsd/Makefile.orig Tue Jul 24 22:31:35 2007 ++++ smsd/Makefile Wed Jul 25 23:18:11 2007 +@@ -29,9 +29,9 @@ LDLIBS += $(PTHREAD_LIBS) \ $(shell $(GLIBLDLIBS)) @@ -12,3 +12,14 @@ OBJS = smsd.lo \ lowlevel.lo +@@ -39,8 +39,8 @@ + + # A list of database modules to build. + # FIXME: detect which ones to build in configure +-DB_LIBS = libfile.la libpq.la libmysql.la +-#DB_LIBS := libfile.la ++#DB_LIBS = libfile.la libpq.la libmysql.la ++DB_LIBS := libfile.la + + all: smsd + |