]> git.pld-linux.org Git - packages/plplot.git/blame - plplot-adadirs.patch
- gcc 7.2 rebuild
[packages/plplot.git] / plplot-adadirs.patch
CommitLineData
cdfe0b8f
JB
1--- plplot-5.11.1/cmake/modules/instdirs.cmake.orig 2016-03-10 21:57:48.161215537 +0100
2+++ plplot-5.11.1/cmake/modules/instdirs.cmake 2016-03-10 22:00:46.011208074 +0100
3@@ -100,11 +100,13 @@
dfb5774e
JB
4
5 # Ada source files (*.adb, *.ads) (following recommendations in
6 # http://www.ada-france.org/debian/debian-ada-policy.html
cdfe0b8f 7-set(ADA_INCLUDE_DIR ${CMAKE_INSTALL_DATADIR}/ada/adainclude/plplotada)
dfb5774e 8+set(ADA_INCLUDE_PATH ${CMAKE_INSTALL_DATADIR}/ada/adainclude CACHE PATH "Ada include path")
cdfe0b8f 9+set(ADA_INCLUDE_DIR ${ADA_INCLUDE_PATH}/plplotada)
dfb5774e
JB
10
11 # Ada library information files (*.ali) (following recommendations in
12 # http://www.ada-france.org/debian/debian-ada-policy.html
cdfe0b8f 13-set(ADA_LIB_DIR ${CMAKE_INSTALL_LIBDIR}/ada/adalib/plplotada)
dfb5774e 14+set(ADA_LIB_PATH ${CMAKE_INSTALL_LIBDIR}/ada/adalib CACHE PATH "Ada library path")
cdfe0b8f 15+set(ADA_LIB_DIR ${ADA_LIB_PATH}/plplotada)
dfb5774e
JB
16
17 # Drivers.
cdfe0b8f 18 set(DRV_DIR ${CMAKE_INSTALL_LIBDIR}/${PACKAGE}${PLPLOT_VERSION}/drivers)
This page took 0.03217 seconds and 4 git commands to generate.