summaryrefslogtreecommitdiff
path: root/misc/kbfx
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-04 08:58:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-04 08:58:23 +0000
commitbbfdb14cd3eb2283f9c05da928508deb7d50546c (patch)
tree52692571c2606271efebd1a243436de5a112f054 /misc/kbfx
parentFix the build after the removal of objformat. (diff)
- Fix build on amd64
PR: 108578 [1] Submitted by: pointyhat makc <makc@issp.ac.ru> (maintainer) [1]
Notes
Notes: svn path=/head/; revision=184107
Diffstat (limited to 'misc/kbfx')
-rw-r--r--misc/kbfx/Makefile1
-rw-r--r--misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake11
2 files changed, 12 insertions, 0 deletions
diff --git a/misc/kbfx/Makefile b/misc/kbfx/Makefile
index 00db41832d84..65699ff9c93a 100644
--- a/misc/kbfx/Makefile
+++ b/misc/kbfx/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kbfx
PORTVERSION= 0.4.9.3.20070117
+PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=kbfx
diff --git a/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake b/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake
new file mode 100644
index 000000000000..2ad2977bf850
--- /dev/null
+++ b/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake
@@ -0,0 +1,11 @@
+--- ./cmakemodules/FindKdeLibs.cmake.orig Thu Dec 14 11:00:32 2006
++++ ./cmakemodules/FindKdeLibs.cmake Wed Jan 31 00:22:35 2007
+@@ -159,7 +159,7 @@
+ ## the following are directories where stuff will be installed to
+ SET(BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/bin" CACHE PATH "The kde bin install dir (default prefix/bin)" FORCE)
+ SET(SBIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/sbin" CACHE PATH "The kde sbin install dir (default prefix/sbin)" FORCE)
+-SET(LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
++SET(LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
+ SET(LIBEXEC_INSTALL_DIR "${LIB_INSTALL_DIR}/kde3/libexec" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib/kde3/libexec)" FORCE)
+ SET(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/kde3" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/kde3)" FORCE)
+ SET(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The subdirectory to the header prefix" FORCE)