aboutsummaryrefslogtreecommitdiffstats
path: root/community/libftdi1/01-CMakeLists-no-lib-suffix.patch
diff options
context:
space:
mode:
authorStefan Wagner <stw@bit-strickerei.de>2016-08-18 20:01:37 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-18 21:21:06 +0200
commit2f2883cc10692bcb0db5997907b081268fad8d79 (patch)
treed81d38b511465f265bd65324bb46fdfeee4749e6 /community/libftdi1/01-CMakeLists-no-lib-suffix.patch
parentbe6dec1f57e2315d6b3e04d81be7d2220edbdf7f (diff)
downloadaports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.bz2
aports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.xz
testing/[various]: move to community
Diffstat (limited to 'community/libftdi1/01-CMakeLists-no-lib-suffix.patch')
-rw-r--r--community/libftdi1/01-CMakeLists-no-lib-suffix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/libftdi1/01-CMakeLists-no-lib-suffix.patch b/community/libftdi1/01-CMakeLists-no-lib-suffix.patch
new file mode 100644
index 000000000..cdfdc6991
--- /dev/null
+++ b/community/libftdi1/01-CMakeLists-no-lib-suffix.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt 2014-11-21 17:42:17.000000000 +0100
++++ b/CMakeLists.txt 2016-05-22 23:04:12.640297140 +0200
+@@ -55,7 +55,7 @@
+ AND NOT EXISTS "/etc/debian_version"
+ AND NOT EXISTS "/etc/arch-release" )
+ if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )
+- set ( LIB_SUFFIX 64 )
++ set ( LIB_SUFFIX "" )
+ endif ()
+ endif ()
+ endif ()