diff options
Diffstat (limited to 'deskutils/gnome-pim/Makefile')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index ccbff07e7146..ce86287891e2 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -52,8 +52,6 @@ pre-extract: @${ECHO_MSG} post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .for file in vcc.y vobject.c @${REINPLACE_CMD} -e "s/malloc[.]h/stdlib.h/g" ${WRKSRC}/libversit/${file} .endfor |