diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-19 05:07:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-19 05:07:48 +0000 |
commit | 4e41411a0ddef1ac1a291231c15b629f4e848826 (patch) | |
tree | d3106512b5078842d6379c9adea9bbff5836b24a | |
parent | New INDEX for 4.x, with 8530 ports (diff) |
s|<malloc.h>|<stdlib.h>|
Reported by: Tom Parquette <tparquet@twcny.rr.com>
Notes
Notes:
svn path=/head/; revision=79257
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 3 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index 423be699ef3a..c75e59449c48 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -24,6 +24,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_GNOME= gnomeprefix gnomehack libgnome USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -31,5 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ + ${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c .include <bsd.port.mk> diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile index 423be699ef3a..c75e59449c48 100644 --- a/palm/gnomepilot-conduits2/Makefile +++ b/palm/gnomepilot-conduits2/Makefile @@ -24,6 +24,7 @@ USE_X_PREFIX= yes USE_BISON= yes USE_GNOME= gnomeprefix gnomehack libgnome USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -31,5 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ + ${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c .include <bsd.port.mk> |