diff options
Diffstat (limited to 'palm/gnome-pilot-conduits/Makefile')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index fb66ad334424..2d4c0ea24268 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -25,8 +25,8 @@ USE_GNOME= gnomeprefix gnomehack libgnome USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ |