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:
parent
b52edae1df
commit
989af508f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472478
@ -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
|
||||
|
@ -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"],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user