DragonFly is a BSD, handle it as such.
This commit is contained in:
parent
632b3e21cb
commit
da2a0a35a0
2 changed files with 14 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.8 2005/05/12 11:09:09 rillig Exp $
|
||||
$NetBSD: distinfo,v 1.9 2005/12/13 18:14:10 joerg Exp $
|
||||
|
||||
SHA1 (ircu2.10.11.07.tar.gz) = 1e1518cbbdf096aaaabf5f56a1ec266769d847ad
|
||||
RMD160 (ircu2.10.11.07.tar.gz) = 359f92bb7a4464baf9af571865ee4bf9fbe56426
|
||||
Size (ircu2.10.11.07.tar.gz) = 844971 bytes
|
||||
SHA1 (patch-af) = da533f03542c268c9e3502278f51777c3b85824d
|
||||
SHA1 (patch-ag) = f34df6342c8e26b4cdf59e56c893b4845f7d3974
|
||||
SHA1 (patch-ah) = 2124f451c8fa510316f5ff8d80a3cfe89c14ad15
|
||||
SHA1 (patch-ah) = 7413fb1b87df5931f34482ad3b18106c5ce7e2f1
|
||||
SHA1 (patch-ai) = 83119426e72a4833460bced3cd11bf47829e8992
|
||||
SHA1 (patch-aj) = ac16fd3e8a4c6d7da7e6f5383c746a9cfc2674ea
|
||||
SHA1 (patch-ak) = dec69de5c6b678cb5736173cccc34907d16b1ab8
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
$NetBSD: patch-ah,v 1.2 2005/05/12 11:09:10 rillig Exp $
|
||||
$NetBSD: patch-ah,v 1.3 2005/12/13 18:14:10 joerg Exp $
|
||||
|
||||
Don't strip debugging flags. It is too error-prone.
|
||||
|
||||
--- configure.orig Sat Sep 18 04:17:45 2004
|
||||
+++ configure Thu May 12 09:56:30 2005
|
||||
--- configure.orig 2004-09-18 02:17:45.000000000 +0000
|
||||
+++ configure
|
||||
@@ -2370,7 +2370,6 @@ if test x"$CFLAGS" != x; then
|
||||
fi
|
||||
if test x"$CFLAGS" != x; then
|
||||
|
@ -12,3 +10,12 @@ Don't strip debugging flags. It is too error-prone.
|
|||
fi
|
||||
if test x"$CFLAGS" != x"$unet_old_cflags"; then
|
||||
# If -g was already there, force symbols to be enabled
|
||||
@@ -7237,7 +7236,7 @@ echo "${ECHO_T}OpenBSD ($host) found." >
|
||||
OSDEP_C=os_openbsd.c
|
||||
;;
|
||||
|
||||
- *-*bsd*)
|
||||
+ *-*bsd* | *-dragonfly*)
|
||||
echo "$as_me:$LINENO: result: Generic BSD ($host) found." >&5
|
||||
echo "${ECHO_T}Generic BSD ($host) found." >&6
|
||||
if test x"$ac_cv_header_poll_h" = xyes; then
|
||||
|
|
Loading…
Reference in a new issue