filesystems/fuse-ntfs-3g: Add DragonFly to configure script
DragonFly can be configured under the NetBSD option so piggyback there.
This commit is contained in:
parent
87c6d07fc4
commit
2b683ca6bc
2 changed files with 15 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.15 2009/07/08 16:34:40 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.16 2012/08/17 13:39:06 marino Exp $
|
||||
|
||||
SHA1 (ntfs-3g-1.1120.tgz) = 203b6194e4dc531065b81c8f2ef72dd247e48a9b
|
||||
RMD160 (ntfs-3g-1.1120.tgz) = ecaef2641e018364620507a0703546a62c2a7683
|
||||
Size (ntfs-3g-1.1120.tgz) = 577005 bytes
|
||||
SHA1 (patch-ab) = 9bc1480296f2306aac2b8f2eb67a16743372bced
|
||||
SHA1 (patch-configure) = db38a4acf8af45f5755cdfdca9404da71efc72b6
|
||||
|
|
13
filesystems/fuse-ntfs-3g/patches/patch-configure
Normal file
13
filesystems/fuse-ntfs-3g/patches/patch-configure
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-configure,v 1.1 2012/08/17 13:39:06 marino Exp $
|
||||
|
||||
--- configure.orig 2007-11-19 00:27:04.000000000 +0000
|
||||
+++ configure
|
||||
@@ -20066,7 +20066,7 @@ fi
|
||||
|
||||
|
||||
case "$target_os" in
|
||||
-linux*|darwin*|netbsd*)
|
||||
+linux*|darwin*|netbsd*|dragonfly*)
|
||||
|
||||
|
||||
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
|
Loading…
Reference in a new issue