svn commit: r472478 - in head/editors/dlangide: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Fri Jun 15 18:15:30 UTC 2018


Author: acm
Date: Fri Jun 15 18:15:28 2018
New Revision: 472478
URL: https://svnweb.freebsd.org/changeset/ports/472478

Log:
  - Fix build
  
  Reported by:	pkg-fallout

Modified:
  head/editors/dlangide/Makefile
  head/editors/dlangide/files/patch-dub.json

Modified: head/editors/dlangide/Makefile
==============================================================================
--- head/editors/dlangide/Makefile	Fri Jun 15 18:11:29 2018	(r472477)
+++ head/editors/dlangide/Makefile	Fri Jun 15 18:15:28 2018	(r472478)
@@ -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

Modified: head/editors/dlangide/files/patch-dub.json
==============================================================================
--- head/editors/dlangide/files/patch-dub.json	Fri Jun 15 18:11:29 2018	(r472477)
+++ head/editors/dlangide/files/patch-dub.json	Fri Jun 15 18:15:28 2018	(r472478)
@@ -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"],
  


More information about the svn-ports-all mailing list