mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
15 lines
360 B
Plaintext
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
|
|
|