1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Fix build

Reported by:	pkg-fallout
This commit is contained in:
Jose Alonso Cardenas Marquez 2018-06-15 18:15:28 +00:00
parent b52edae1df
commit 989af508f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472478
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"],