mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 23:06:08 -04:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
$NetBSD: patch-_oasis,v 1.1 2016/08/18 11:11:51 jaapb Exp $
|
|
|
|
Properly detect and generate META files
|
|
--- _oasis.orig 2016-06-03 08:10:50.000000000 +0000
|
|
+++ _oasis
|
|
@@ -17,7 +17,7 @@ BuildTools: ocamlbuild
|
|
BetaFeatures: section_object
|
|
AlphaFeatures: ocamlbuild_more_args
|
|
XOCamlbuildPluginTags: package(js-build-tools.ocamlbuild_goodies)
|
|
-FilesAB: META.ab
|
|
+FilesAB: src/META.ab
|
|
Description:
|
|
Part of the Jane Street's PPX rewriters collection.
|
|
|
|
@@ -34,15 +34,18 @@ Library ppx_driver_ocamlbuild
|
|
Pack: false
|
|
Modules: Ppx_driver_ocamlbuild
|
|
BuildDepends: ocamlbuild
|
|
+ FindlibContainers: ppx_driver
|
|
|
|
Library ppx_driver_runner
|
|
Path: runner
|
|
Pack: false
|
|
Modules: Ppx_driver_runner
|
|
BuildDepends: ppx_driver
|
|
+ FindlibContainers: ppx_driver
|
|
|
|
Library ppx_driver_runner_as_ppx
|
|
Path: runner_as_ppx
|
|
Pack: false
|
|
Modules: Ppx_driver_runner_as_ppx
|
|
BuildDepends: ppx_driver
|
|
+ FindlibContainers: ppx_driver
|