aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-12-06 09:59:29 +0800
committerkevlo <kevlo@FreeBSD.org>2012-12-06 09:59:29 +0800
commit8060fbed6f3a68bf64e4fa9a446158d685b3a400 (patch)
tree2401a0d3fc881d6430ee98ddd209ee4187eb32d9 /security
parenta08cb993714275f7ba788713da8ced375762679a (diff)
downloadfreebsd-ports-gnome-8060fbed6f3a68bf64e4fa9a446158d685b3a400.tar.gz
freebsd-ports-gnome-8060fbed6f3a68bf64e4fa9a446158d685b3a400.tar.zst
freebsd-ports-gnome-8060fbed6f3a68bf64e4fa9a446158d685b3a400.zip
Add missing patch.
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r--security/bro/files/patch-aux-broccoli-CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/bro/files/patch-aux-broccoli-CMakeLists.txt b/security/bro/files/patch-aux-broccoli-CMakeLists.txt
new file mode 100644
index 000000000000..80978b91225c
--- /dev/null
+++ b/security/bro/files/patch-aux-broccoli-CMakeLists.txt
@@ -0,0 +1,14 @@
+--- aux/broccoli/CMakeLists.txt.orig 2012-12-06 09:29:33.000000000 +0800
++++ aux/broccoli/CMakeLists.txt 2012-12-06 09:29:58.000000000 +0800
+@@ -98,11 +98,6 @@
+
+ include(InstallPackageConfigFile)
+
+-InstallPackageConfigFile(
+- ${CMAKE_CURRENT_SOURCE_DIR}/broccoli.conf
+- ${BRO_SYSCONF_DIR}
+- broccoli.conf)
+-
+ install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/broccoli-config DESTINATION bin)
+
+ ########################################################################