aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-02-09 17:35:44 +0800
committermakc <makc@FreeBSD.org>2009-02-09 17:35:44 +0800
commit33a9389e5f6462771301ccd60ab9f2c7bf05be72 (patch)
tree8be2eea9b97f499f45099362866b4227fd68f5db /sysutils
parent98e91b581551232ec0158ad848990bdd4aafb05a (diff)
downloadfreebsd-ports-gnome-33a9389e5f6462771301ccd60ab9f2c7bf05be72.tar.gz
freebsd-ports-gnome-33a9389e5f6462771301ccd60ab9f2c7bf05be72.tar.zst
freebsd-ports-gnome-33a9389e5f6462771301ccd60ab9f2c7bf05be72.zip
Add missing patch to fix build (noticed by beech)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/kdeadmin4/files/patch-kuser_CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/kdeadmin4/files/patch-kuser_CMakeLists.txt b/sysutils/kdeadmin4/files/patch-kuser_CMakeLists.txt
new file mode 100644
index 000000000000..2c6a220a3724
--- /dev/null
+++ b/sysutils/kdeadmin4/files/patch-kuser_CMakeLists.txt
@@ -0,0 +1,14 @@
+--- ./kuser/CMakeLists.txt.orig 2008-12-26 15:33:16.000000000 +0000
++++ ./kuser/CMakeLists.txt 2008-12-26 15:34:03.000000000 +0000
+@@ -71,10 +71,7 @@
+
+ kde4_add_executable(kuser ${kuser_SRCS})
+
+-target_link_libraries(kuser ${KDE4_KIO_LIBS} ${KDE4_KLDAP_LIBS} kntlm)
+-if(HAVE_CRYPT_H)
+- target_link_libraries(kuser crypt)
+-endif(HAVE_CRYPT_H)
++target_link_libraries(kuser ${KDE4_KIO_LIBS} ${KDE4_KLDAP_LIBS} kntlm crypt)
+
+ install(TARGETS kuser ${INSTALL_TARGETS_DEFAULT_ARGS})
+