diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-14 11:57:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-14 11:57:04 +0000 |
commit | 67726e612186ee1dc522fa5a8476949d6012a09d (patch) | |
tree | a2c20e22a334d04cdd0859054d57feeb85b8dd44 /palm | |
parent | 08ec4ac52dd9b5be8e708cda8457c3417addcd03 (diff) | |
download | ports-67726e612186ee1dc522fa5a8476949d6012a09d.tar.gz ports-67726e612186ee1dc522fa5a8476949d6012a09d.zip |
Notes
Diffstat (limited to 'palm')
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 |