diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /lang/ezm3 | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) | |
download | ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip |
Notes
Diffstat (limited to 'lang/ezm3')
-rw-r--r-- | lang/ezm3/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 6db914ac033b..209c78c6080a 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -84,12 +84,6 @@ pre-patch: .endfor .endif -post-patch: -.if ${ARCH} == "sparc64" && ${OSVERSION} < 502107 - @${REINPLACE_CMD} -E -e 's|(^.*time_t.*=.*)int64_t;|\1int32_t;|' \ - ${WRKSRC}/libs/m3core/src/unix/freebsd-4.sparc64/Utypes.i3 -.endif - do-build: @${ECHO_MSG} "This port does everything in the install step." @${ECHO_MSG} "The build step is a no-op." |