summaryrefslogtreecommitdiff
path: root/lang/ocamlduce/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ocamlduce/Makefile')
-rw-r--r--lang/ocamlduce/Makefile4
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"