summaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-12-14 11:57:04 +0000
committersobomax <sobomax@FreeBSD.org>2001-12-14 11:57:04 +0000
commita70f172d2397d9ab1708da50b399c835303c6b0e (patch)
treed86767afc25e7c80375603097bf616098a20a34e /palm
parent48380acebbbde1292f709d768bdb61ecd0c5dcca (diff)
downloadFreeBSD-ports-a70f172d2397d9ab1708da50b399c835303c6b0e.zip
FreeBSD-ports-a70f172d2397d9ab1708da50b399c835303c6b0e.tar.gz
- 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.
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 4dba811..f50ac46 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 0000000..6a454fa
--- /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 4dba811..f50ac46 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 0000000..6a454fa
--- /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 4dba811..f50ac46 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 0000000..6a454fa
--- /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
OpenPOWER on IntegriCloud