1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

- Fix build

Reported by:	pkg-fallout
This commit is contained in:
Jose Alonso Cardenas Marquez 2018-06-09 02:17:36 +00:00
parent e44b926265
commit c178b56f6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472034

View File

@ -0,0 +1,12 @@
--- dub.json.orig 2018-05-10 00:37:22.200051000 -0500
+++ dub.json 2018-05-10 00:38:16.894998000 -0500
@@ -7,7 +7,6 @@
"EMSI",
"DLang Community"
],
- "dependencies": {
- "stdx-allocator": "~>2.77.0"
- }
+ "libs": ["stdx-allocator"],
+ "lflags": ["-L%%LOCALBASE%%/lib/d"],
}