pkgsrc-ng/textproc/pxp/patches/patch-tools_src_odoc_Makefile
2013-09-26 17:14:40 +02:00

15 lines
360 B
Plaintext

$NetBSD: patch-tools_src_odoc_Makefile,v 1.1 2012/10/24 13:15:32 jaapb Exp $
Fix error with empty PACKAGES variable
--- tools/src/odoc/Makefile.orig 2012-06-11 11:15:30.000000000 +0000
+++ tools/src/odoc/Makefile
@@ -6,6 +6,8 @@ OBJ = $(SRC:.ml=.cmo)
OCAMLC_OPTIONS += -I +ocamldoc
CLEAN_LIST += chtml.ml
+PACKAGES=stdlib
+
.PHONY: all
all: chtml.cmo