mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
17 lines
445 B
Plaintext
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"
|
|
;;
|