summaryrefslogtreecommitdiffstats
path: root/lang/swift/files/patch-llbuild_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lang/swift/files/patch-llbuild_CMakeLists.txt')
-rw-r--r--lang/swift/files/patch-llbuild_CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/swift/files/patch-llbuild_CMakeLists.txt b/lang/swift/files/patch-llbuild_CMakeLists.txt
deleted file mode 100644
index ba29fbc..0000000
--- a/lang/swift/files/patch-llbuild_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- llbuild/CMakeLists.txt.orig 2016-03-15 20:15:59 UTC
-+++ llbuild/CMakeLists.txt
-@@ -128,7 +128,7 @@ else ()
- endif ()
-
- # On Linux, always build with PIC.
--if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
-+if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
- endif ()
OpenPOWER on IntegriCloud