diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-04 04:58:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-04 04:58:43 +0800 |
commit | 7af26f3d720e30b9d0d10c6532c835831944bffc (patch) | |
tree | 4d3b07d1c3baf16d0aaa70ec533e07fa38adb7e1 /math/gcalctool | |
parent | eaa7cf529c37f827fd3d5564263384cb059e9a9c (diff) | |
download | marcuscom-ports-7af26f3d720e30b9d0d10c6532c835831944bffc.tar marcuscom-ports-7af26f3d720e30b9d0d10c6532c835831944bffc.tar.gz marcuscom-ports-7af26f3d720e30b9d0d10c6532c835831944bffc.tar.bz2 marcuscom-ports-7af26f3d720e30b9d0d10c6532c835831944bffc.tar.lz marcuscom-ports-7af26f3d720e30b9d0d10c6532c835831944bffc.tar.xz marcuscom-ports-7af26f3d720e30b9d0d10c6532c835831944bffc.tar.zst marcuscom-ports-7af26f3d720e30b9d0d10c6532c835831944bffc.zip |
malloc.h hack should no longer be needed in this version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4686 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 60d32b90e..09d8c0adb 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.40 2005/08/22 15:54:29 kwm Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.41 2005/09/02 20:18:11 ahze Exp $ # PORTNAME= gcalctool @@ -30,8 +30,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gcalctool.1 GCONF_SCHEMAS= gcalctool.schemas -post-patch: - @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - .include <bsd.port.mk> |