pkgsrc-ng/lang/gcc49/patches/patch-libstdc++-v3_configure.host
2016-01-21 23:40:00 +01:00

17 lines
445 B
Plaintext

$NetBSD: patch-libstdc++-v3_configure.host,v 1.1 2014/09/04 18:43:11 jperkin Exp $
Support DragonFly.
--- libstdc++-v3/configure.host.orig 2013-07-04 21:07:44.000000000 +0000
+++ libstdc++-v3/configure.host
@@ -260,6 +260,9 @@ case "${host_os}" in
os_include_dir="os/djgpp"
error_constants_dir="os/djgpp"
;;
+ dragonfly*)
+ os_include_dir="os/bsd/dragonfly"
+ ;;
freebsd*)
os_include_dir="os/bsd/freebsd"
;;