diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-09 18:43:14 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-09 18:43:14 +0800 |
commit | eb379744c34298745b160c30c498a201dc11facf (patch) | |
tree | 7a2c1ed4ec0516ae94e0b6c36066471952dc7823 /editors/openoffice-1.1-devel/Makefile | |
parent | c288f4ab79fa9e36b77a7444f0f2e76d009b620c (diff) | |
download | freebsd-ports-gnome-eb379744c34298745b160c30c498a201dc11facf.tar.gz freebsd-ports-gnome-eb379744c34298745b160c30c498a201dc11facf.tar.zst freebsd-ports-gnome-eb379744c34298745b160c30c498a201dc11facf.zip |
Move the s|<malloc.h>|<stdlib.h>|g after the patch section.
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index af9fd994daf2..3a03ca43fef0 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -83,6 +83,8 @@ post-extract: ${CP} ${WRKDIR}/NETBSDGCCIinc.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIinc.zip ${CP} ${WRKDIR}/NETBSDGCCIlib.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIlib.zip ${CP} ${WRKDIR}/NETBSDGCCIruntime.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIruntime.zip + +post-patch: @${FIND} ${WRKSRC}/.. | ${EGREP} "\.(cxx|h|c)$$" | ${XARGS} \ ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" |