summaryrefslogtreecommitdiff
path: root/debian/patches/06_pkgconfig-freebsd.patch
blob: ddb4a37d04fad80be6d3d8a27ce131eb332cf0f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Install FreeBSD pkgconfig files in lib/pkgconfig again
Author: James Cowgill <james410@cowgill.org.uk>
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -204,9 +204,6 @@ endif()
 
 if(SFML_OS_LINUX OR SFML_OS_FREEBSD)
     set(PKGCONFIG_DIR lib${LIB_SUFFIX}/pkgconfig)
-    if(SFML_OS_FREEBSD)
-        set(PKGCONFIG_DIR libdata/pkgconfig)
-    endif()
     if(BUILD_SHARED_LIBS)
         sfml_set_option(SFML_INSTALL_PKGCONFIG_FILES FALSE BOOL "TRUE to automatically install pkg-config files so other projects can find SFML")
         if(SFML_INSTALL_PKGCONFIG_FILES)