You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ldc/ldc-include-path.patch

20 lines
621 B

Description: Fix ldc.conf to search in right paths
ldc (1:1.1.0-2) unstable; urgency=medium
.
* Multiarch enable
* Install includes separately to avoid clash with gdc (Closes: #827211)
Author: Konstantinos Margaritis <markos@debian.org>
Bug-Debian: https://bugs.debian.org/827211
--- a/ldc2_install.conf.in
+++ b/ldc2_install.conf.in
@@ -23,6 +23,7 @@
// default switches appended after all explicit command-line switches
post-switches = [
"-I@INCLUDE_INSTALL_DIR@",
+ "-I/usr/include/d",
];
// default directories to be searched for libraries when linking
lib-dirs = [