summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-14 11:57:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-14 11:57:04 +0000
commit67726e612186ee1dc522fa5a8476949d6012a09d (patch)
treea2c20e22a334d04cdd0859054d57feeb85b8dd44 /palm
parentBuild Exim with compile-time defaults for exim_user and exim_group. (diff)
- Fix a malloc.h syndrome on -CURRENT;
- clue configure script about location of pilot-link's files, so there are no harmless, but annoying warnings anymore.
Notes
Notes: svn path=/head/; revision=51533
Diffstat (limited to 'palm')
-rw-r--r--palm/gnome-pilot-conduits/Makefile1
-rw-r--r--palm/gnome-pilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c17
-rw-r--r--palm/gnomepilot-conduits/Makefile1
-rw-r--r--palm/gnomepilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c17
-rw-r--r--palm/gnomepilot-conduits2/Makefile1
-rw-r--r--palm/gnomepilot-conduits2/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c17
6 files changed, 54 insertions, 0 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile
index 4dba811d9153..f50ac4674c75 100644
--- a/palm/gnome-pilot-conduits/Makefile
+++ b/palm/gnome-pilot-conduits/Makefile
@@ -22,6 +22,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMECTRL= yes
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
diff --git a/palm/gnome-pilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c b/palm/gnome-pilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c
new file mode 100644
index 000000000000..6a454fa5e978
--- /dev/null
+++ b/palm/gnome-pilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c
@@ -0,0 +1,17 @@
+
+$FreeBSD$
+
+--- mal-conduit/mal/client/unix/MAL31DBConfig.c 2001/12/14 11:48:37 1.1
++++ mal-conduit/mal/client/unix/MAL31DBConfig.c 2001/12/14 11:49:50
+@@ -20,7 +20,11 @@
+ */
+
+ #include <MAL31DBConfig.h>
++#ifdef __FreeBSD__
++#include <stdlib.h>
++#else
+ #include <malloc.h>
++#endif
+
+ /*---------------------------------------------------------------------------*/
+ void
diff --git a/palm/gnomepilot-conduits/Makefile b/palm/gnomepilot-conduits/Makefile
index 4dba811d9153..f50ac4674c75 100644
--- a/palm/gnomepilot-conduits/Makefile
+++ b/palm/gnomepilot-conduits/Makefile
@@ -22,6 +22,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMECTRL= yes
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
diff --git a/palm/gnomepilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c b/palm/gnomepilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c
new file mode 100644
index 000000000000..6a454fa5e978
--- /dev/null
+++ b/palm/gnomepilot-conduits/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c
@@ -0,0 +1,17 @@
+
+$FreeBSD$
+
+--- mal-conduit/mal/client/unix/MAL31DBConfig.c 2001/12/14 11:48:37 1.1
++++ mal-conduit/mal/client/unix/MAL31DBConfig.c 2001/12/14 11:49:50
+@@ -20,7 +20,11 @@
+ */
+
+ #include <MAL31DBConfig.h>
++#ifdef __FreeBSD__
++#include <stdlib.h>
++#else
+ #include <malloc.h>
++#endif
+
+ /*---------------------------------------------------------------------------*/
+ void
diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile
index 4dba811d9153..f50ac4674c75 100644
--- a/palm/gnomepilot-conduits2/Makefile
+++ b/palm/gnomepilot-conduits2/Makefile
@@ -22,6 +22,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMECTRL= yes
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
diff --git a/palm/gnomepilot-conduits2/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c b/palm/gnomepilot-conduits2/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c
new file mode 100644
index 000000000000..6a454fa5e978
--- /dev/null
+++ b/palm/gnomepilot-conduits2/files/patch-mal-conduit::mal::client::unix::MAL31DBConfig.c
@@ -0,0 +1,17 @@
+
+$FreeBSD$
+
+--- mal-conduit/mal/client/unix/MAL31DBConfig.c 2001/12/14 11:48:37 1.1
++++ mal-conduit/mal/client/unix/MAL31DBConfig.c 2001/12/14 11:49:50
+@@ -20,7 +20,11 @@
+ */
+
+ #include <MAL31DBConfig.h>
++#ifdef __FreeBSD__
++#include <stdlib.h>
++#else
+ #include <malloc.h>
++#endif
+
+ /*---------------------------------------------------------------------------*/
+ void