]> git.pld-linux.org Git - packages/ldc.git/blame - ldc-include-path.patch
BRs for tar.xz source
[packages/ldc.git] / ldc-include-path.patch
CommitLineData
beb01bd0
ER
1Description: Fix ldc.conf to search in right paths
2
3 ldc (1:1.1.0-2) unstable; urgency=medium
4 .
5 * Multiarch enable
6 * Install includes separately to avoid clash with gdc (Closes: #827211)
7Author: Konstantinos Margaritis <markos@debian.org>
8Bug-Debian: https://bugs.debian.org/827211
9
10--- a/ldc2_install.conf.in
11+++ b/ldc2_install.conf.in
12@@ -23,6 +23,7 @@
13 // default switches appended after all explicit command-line switches
14 post-switches = [
15 "-I@INCLUDE_INSTALL_DIR@",
16+ "-I/usr/include/d",
17 ];
18 // default directories to be searched for libraries when linking
19 lib-dirs = [
This page took 0.142656 seconds and 4 git commands to generate.