svn commit: r333445 - head/graphics/kcoloredit/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Nov 10 20:43:30 UTC 2013


Author: rakuco
Date: Sun Nov 10 20:43:30 2013
New Revision: 333445
URL: http://svnweb.freebsd.org/changeset/ports/333445

Log:
  Add upstream patch that fixes the build on FreeBSD 10 and HEAD.

Added:
  head/graphics/kcoloredit/files/
  head/graphics/kcoloredit/files/patch-src__CMakeLists.txt   (contents, props changed)

Added: head/graphics/kcoloredit/files/patch-src__CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/kcoloredit/files/patch-src__CMakeLists.txt	Sun Nov 10 20:43:30 2013	(r333445)
@@ -0,0 +1,19 @@
+------------------------------------------------------------------------
+r1179259 | mlaurent | 2010-09-25 01:54:11 +0300 (Sat, 25 Sep 2010) | 2 lines
+
+Compile with gold
+
+------------------------------------------------------------------------
+
+Index: src/CMakeLists.txt
+===================================================================
+--- src/CMakeLists.txt  (revision 1179258)
++++ src/CMakeLists.txt  (revision 1179259)
+@@ -56,6 +56,6 @@
+
+ kde4_add_executable ( kcoloredit ${kcoloredit_SRCS} )
+
+-target_link_libraries ( kcoloredit ${KDE4_KFILE_LIBS} )
++target_link_libraries ( kcoloredit ${KDE4_KFILE_LIBS} ${X11_LIBRARIES})
+
+ install (TARGETS kcoloredit  ${INSTALL_TARGETS_DEFAULT_ARGS} )


More information about the svn-ports-head mailing list