mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
20 lines
432 B
Plaintext
20 lines
432 B
Plaintext
$NetBSD: patch-libr_config.mk.tail,v 1.1 2015/08/30 08:27:37 dholland Exp $
|
|
|
|
Add config entries for dragonfly and bitrig.
|
|
|
|
--- libr/config.mk.tail~ 2014-09-17 09:33:48.000000000 +0000
|
|
+++ libr/config.mk.tail
|
|
@@ -100,6 +100,12 @@ endif
|
|
ifeq (${OSTYPE},freebsd)
|
|
OSTYPE=bsd
|
|
endif
|
|
+ifeq (${OSTYPE},dragonfly)
|
|
+OSTYPE=bsd
|
|
+endif
|
|
+ifeq (${OSTYPE},bitrig)
|
|
+OSTYPE=bsd
|
|
+endif
|
|
# Output
|
|
ifeq (${OSTYPE},windows)
|
|
CFLAGS+=-D__WINDOWS__=1
|