2020-07-17 12:51:41 +00:00
|
|
|
Index: plplot-5.15.0/bindings/ada/CMakeLists.txt
|
2012-09-17 16:44:05 +00:00
|
|
|
===================================================================
|
2020-07-17 12:51:41 +00:00
|
|
|
--- plplot-5.15.0.orig/bindings/ada/CMakeLists.txt
|
|
|
|
|
+++ plplot-5.15.0/bindings/ada/CMakeLists.txt
|
|
|
|
|
@@ -18,6 +18,10 @@
|
2012-09-17 16:44:05 +00:00
|
|
|
|
|
|
|
|
if(ENABLE_ada)
|
|
|
|
|
|
|
|
|
|
+ IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
|
2017-02-08 17:06:01 +00:00
|
|
|
+ ADD_DEFINITIONS(-fPIC)
|
2012-09-17 16:44:05 +00:00
|
|
|
+ ENDIF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
|
|
|
|
|
+
|
2017-02-08 17:06:01 +00:00
|
|
|
# Specification files containing, e.g., variables, types, and subprogramme (subprocedure) declarations.
|
|
|
|
|
set(SPEC_SOURCE_LIST
|
2012-09-17 16:44:05 +00:00
|
|
|
plplot.ads
|
2020-11-29 13:30:37 +00:00
|
|
|
|