diff options
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 |