Package: pd-purest-json / 1.4.2-4

pdlibuilder.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: use system-provided copy of Makefile.pdlibbuilder
Author: IOhannes m zmölnig
Forwarded: https://github.com/residuum/PuRestJson/pull/45
Last-Update: 2018-02-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pd-purest-json.orig/Makefile
+++ pd-purest-json/Makefile
@@ -47,7 +47,8 @@
 deken.tmp = deken-tmp
 deken.folder = $(lib.name)
 
-include pd-lib-builder/Makefile.pdlibbuilder
+PDLIBBUILDER_DIR=pd-lib-builder
+include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
 
 deken:
 	mkdir -p "$(deken.tmp)"