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 /palm/gnome-pilot-conduits/Makefile | |
parent | 93cbd318b287433da9b84956d70fcfb1d19318de (diff) | |
download | ports-4e41411a0ddef1ac1a291231c15b629f4e848826.tar.gz ports-4e41411a0ddef1ac1a291231c15b629f4e848826.zip |
Notes
Diffstat (limited to 'palm/gnome-pilot-conduits/Makefile')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 3 |
1 files changed, 3 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> |