diff options
author | acm <acm@FreeBSD.org> | 2018-06-16 02:15:28 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2018-06-16 02:15:28 +0800 |
commit | 56c7bb5b877138f245677021addd48983f6d158e (patch) | |
tree | 579fc74f19b78896b4262c0d165358a308148cca /editors | |
parent | 0741be9f88108ed51b4afc07b52ad0427038ab49 (diff) | |
download | freebsd-ports-gnome-56c7bb5b877138f245677021addd48983f6d158e.tar.gz freebsd-ports-gnome-56c7bb5b877138f245677021addd48983f6d158e.tar.zst freebsd-ports-gnome-56c7bb5b877138f245677021addd48983f6d158e.zip |
- Fix build
Reported by: pkg-fallout
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dlangide/Makefile | 4 | ||||
-rw-r--r-- | editors/dlangide/files/patch-dub.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/dlangide/Makefile b/editors/dlangide/Makefile index 7afb0d170d81..dba9a808e357 100644 --- a/editors/dlangide/Makefile +++ b/editors/dlangide/Makefile @@ -24,6 +24,10 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ ${LOCALBASE}/lib/d/libDerelictSDL2.a:devel/derelict-sdl2 \ ${LOCALBASE}/lib/d/libDerelictFT.a:print/derelict-ft \ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator \ + ${LOCALBASE}/lib/d/libisfreedesktop.a:devel/isfreedesktop \ + ${LOCALBASE}/lib/d/libinilike.a:devel/inilike \ + ${LOCALBASE}/lib/d/libxdgpaths.a:devel/xdgpaths \ + ${LOCALBASE}/lib/d/libicontheme.a:devel/icontheme \ dcd-server:devel/dcd-server USE_GITHUB= yes diff --git a/editors/dlangide/files/patch-dub.json b/editors/dlangide/files/patch-dub.json index 714ccf094d4d..2f0d8ab3d5e0 100644 --- a/editors/dlangide/files/patch-dub.json +++ b/editors/dlangide/files/patch-dub.json @@ -5,7 +5,7 @@ "targetPath": "bin", "targetType": "executable", - -+ "libs": ["dlangui","dsymbol","dparse","dlib","dcd","emsi_containers","msgpack-d", "DerelictFT","DerelictUtil","DerelictGL3","DerelictSDL2","stdx-allocator"], ++ "libs": ["dlangui","dsymbol","dparse","dlib","dcd","emsi_containers","msgpack-d", "DerelictFT","DerelictUtil","DerelictGL3","DerelictSDL2","stdx-allocator","isfreedesktop","icontheme"], + "lflags":["-L%%LOCALBASE%%/lib/d","-L%%LOCALBASE%%/lib"], "stringImportPaths": ["views"], |