diff options
author | asau <asau@pkgsrc.org> | 2012-10-13 16:10:18 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-13 16:10:18 +0000 |
commit | 90db5be5d1ad27212c7781b6862545905864acd3 (patch) | |
tree | 3d1fa41032ca9229a32c06d2d00031beb948506a /lang/ocamlduce/Makefile | |
parent | a95d3bd5efa293647cec67c66f414ef746394e5c (diff) | |
download | pkgsrc-90db5be5d1ad27212c7781b6862545905864acd3.tar.gz |
Pass flags to "patch" to avoid user interaction,
otherwise bulk build may stuck as it is seen on FreeBSD 9.0.
Diffstat (limited to 'lang/ocamlduce/Makefile')
-rw-r--r-- | lang/ocamlduce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocamlduce/Makefile b/lang/ocamlduce/Makefile index 85b0d8ce048..cbedace7410 100644 --- a/lang/ocamlduce/Makefile +++ b/lang/ocamlduce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/10/11 18:23:12 dholland Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/13 16:10:18 asau Exp $ # DISTNAME= ocamlduce-3.12.1.0 @@ -42,7 +42,7 @@ BUILD_TARGET= world BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.12.1 pre-configure: cd ${WRKSRC} && DISTDIR=${DISTDIR} make prepare - cd ${WRKSRC}/ocaml-3.12.1 && ${PATCH} < ${FILESDIR}/ocaml-configure.diff + cd ${WRKSRC}/ocaml-3.12.1 && ${PATCH} -Nt < ${FILESDIR}/ocaml-configure.diff cd ${WRKSRC}/ocaml-3.12.1 && ./configure -prefix ${PREFIX} -libs ${LDFLAGS:Q} -with-pthread -host ${MACHINE_GNU_PLATFORM:Q} -mandir ${PREFIX}/${PKGMANDIR} -no-tk .include "../../lang/ocaml/buildlink3.mk" |