diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-09 18:33:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-09 18:33:41 +0000 |
commit | 930f14e70d0e7c391441d6ecf36449c3635bc0fb (patch) | |
tree | 92250c20b195a46a9a57cda7898e25f85200dd04 /x11/xscreensaver | |
parent | s/malloc.h/stdlib.h/ (diff) |
s/malloc.h/stdlib.h/
Notes
Notes:
svn path=/head/; revision=49896
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index ac22c94d2be4..c626acc37776 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -44,6 +44,9 @@ post-patch: @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched @ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \ ${WRKSRC}/configure.Patched > ${WRKSRC}/configure +.for file in pulsar.c extrusion.c extrusion.c + @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/hacks/glx/${file} +.endfor .include <bsd.port.pre.mk> |