No need to set BuildDmx twice. Ride previous bump.

This commit is contained in:
dholland 2015-07-15 17:21:10 +00:00
parent 3315f7dfad
commit fad936e1f9
2 changed files with 3 additions and 14 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.23 2015/07/15 17:16:50 dholland Exp $
$NetBSD: distinfo,v 1.24 2015/07/15 17:21:10 dholland Exp $
SHA1 (xorg-cf-files-1.0.5.tar.bz2) = ae22eb81d56d018f0b3b149f70965ebfef2385fd
RMD160 (xorg-cf-files-1.0.5.tar.bz2) = c389c5c1642a7a3b3bc9603c2cb0217a028f905e
@ -10,7 +10,7 @@ SHA1 (patch-aa) = 6b776ab3c9cc04759eb2fefcd95dcd65ea5909b3
SHA1 (patch-ab) = f8f816409eb233ae4d8430bd9d43b9bf83c5711d
SHA1 (patch-ac) = 1f977650d9e903a4ea72afc8541b7649cb989ab8
SHA1 (patch-ad) = 12c918ad85fa44518525d2c4bc628b342b8c0280
SHA1 (patch-ae) = 79cb76c47b283707c9799881dbcc2926f0ab0089
SHA1 (patch-ae) = 7f39d7b26f8b85529af0b9550ee213ed08aaddde
SHA1 (patch-af) = c000ab24fafd1f6e154df6b317291f89f952c479
SHA1 (patch-ag) = 7f2e6061670cb98d6498cc4e156a8e909881635e
SHA1 (patch-ah) = 9b64b2e5f419ab190d47dd8156b8f84634fd6a36

View file

@ -1,4 +1,4 @@
$NetBSD: patch-ae,v 1.3 2015/07/15 17:16:50 dholland Exp $
$NetBSD: patch-ae,v 1.4 2015/07/15 17:21:10 dholland Exp $
--- DragonFly.cf.orig 2010-05-16 12:38:48.000000000 +0200
+++ DragonFly.cf 2010-05-16 12:41:18.000000000 +0200
@ -29,14 +29,3 @@ $NetBSD: patch-ae,v 1.3 2015/07/15 17:16:50 dholland Exp $
#define HasSetUserContext YES
#define HasGetpeereid YES
#define HasMTRRSupport YES
@@ -152,6 +152,10 @@
#define BuildDmx YES
#endif
+#ifndef BuildDmx
+#define BuildDmx YES
+#endif
+
#ifndef UseRpath
# define UseRpath YES
#endif