Skip to content

Commit

Permalink
Add DragonFly support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Oct 3, 2005
1 parent 9ff2d3d commit 96a2d1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x11/blt/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.8 2005/02/23 17:36:09 wiz Exp $
$NetBSD: distinfo,v 1.9 2005/10/03 18:42:32 joerg Exp $

SHA1 (BLT2.4z.tar.gz) = 29f719aa762f1762dbf4a3b0e60dc5356118ba2f
RMD160 (BLT2.4z.tar.gz) = d54d9fdb6c61391c191afab4701716d18a3d928b
Expand All @@ -7,4 +7,4 @@ SHA1 (patch-aa) = 97b967b8b0cda8e30bd24b8d89fd0b5679a9edd4
SHA1 (patch-ab) = 37320a45666c5cb3a0da08cd7f74e9dcee5a66a0
SHA1 (patch-ac) = 696f90010831522f46d67052abc0c6068197cfd9
SHA1 (patch-ad) = be6bd157a084f5ad38ff3787f53e7aa4fcf80234
SHA1 (patch-ae) = bda9a14a3e65230fb214498c2265d83056df88a7
SHA1 (patch-ae) = 207a0bacfb9f6b1956f7e133c970910e385bd0c8
11 changes: 10 additions & 1 deletion x11/blt/patches/patch-ae
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: patch-ae,v 1.4 2004/03/06 06:26:21 minskim Exp $
$NetBSD: patch-ae,v 1.5 2005/10/03 18:42:33 joerg Exp $

--- configure.orig 2002-10-04 00:33:59.000000000 -0500
+++ configure
Expand All @@ -13,6 +13,15 @@ $NetBSD: patch-ae,v 1.4 2004/03/06 06:26:21 minskim Exp $
;;
esac

@@ -4072,7 +4072,7 @@ fi
EXTRA_LIB_SPECS="-ldl"
;;

- *-netbsd*|*-freebsd*|*-openbsd*)
+ *-netbsd*|*-freebsd*|*-openbsd*|*-dragonfly*)
# Not available on all versions: check for include file.
ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
@@ -4109,9 +4109,10 @@ test_ok=no
fi

Expand Down

0 comments on commit 96a2d1a

Please sign in to comment.