pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocamlduce Pass flags to "patch" to avoid user int...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef1f05df47c4
branches:  trunk
changeset: 609928:ef1f05df47c4
user:      asau <asau%pkgsrc.org@localhost>
date:      Sat Oct 13 16:10:18 2012 +0000

description:
Pass flags to "patch" to avoid user interaction,
otherwise bulk build may stuck as it is seen on FreeBSD 9.0.

diffstat:

 lang/ocamlduce/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r acb330b261d0 -r ef1f05df47c4 lang/ocamlduce/Makefile
--- a/lang/ocamlduce/Makefile   Sat Oct 13 15:31:23 2012 +0000
+++ b/lang/ocamlduce/Makefile   Sat Oct 13 16:10:18 2012 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index