diff options
author | erh <erh@pkgsrc.org> | 2005-08-15 19:17:22 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2005-08-15 19:17:22 +0000 |
commit | 80a6ac287d3861be2f5a25e9f6efb9045e13e894 (patch) | |
tree | 5b978c14056c27f80c000594eba9c372760bb14f /x11 | |
parent | 2fae094a11978c7e8ba1b4e00d1b6f36e304e89d (diff) | |
download | pkgsrc-80a6ac287d3861be2f5a25e9f6efb9045e13e894.tar.gz |
s/defineD/defined/ so openmotif actually compiles w/o errors.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/openmotif/distinfo | 4 | ||||
-rw-r--r-- | x11/openmotif/patches/patch-ar | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/openmotif/distinfo b/x11/openmotif/distinfo index aa5a33ded75..72b496946c9 100644 --- a/x11/openmotif/distinfo +++ b/x11/openmotif/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2005/06/27 14:08:15 wiz Exp $ +$NetBSD: distinfo,v 1.18 2005/08/15 19:17:22 erh Exp $ SHA1 (openmotif/openmotif2.1.30.tar.gz) = 34fc82fdf0e200525864665e179246ef64082dcc RMD160 (openmotif/openmotif2.1.30.tar.gz) = b404b925dbb6fe4ff6c522edf3d0f511637fb872 @@ -35,7 +35,7 @@ SHA1 (patch-an) = 0d0ba4bbbe6742c5a8b2fda475adfe8a05647cc1 SHA1 (patch-ao) = 8423174dcf89e00e76ce0a27b3d7c27cf3540a17 SHA1 (patch-ap) = 8b9fe7fcf076f6a1162f5b8a3003bbb78204bc8b SHA1 (patch-aq) = f06bde8d2151c3b60fce74e663b7eead965758a8 -SHA1 (patch-ar) = 7401c03e7197b03eff647efc83adb6ccd20e6a9d +SHA1 (patch-ar) = a75ee71f65008445614a9688a54cf35d96de8b38 SHA1 (patch-as) = a7078fe22854c7e4634d8e03da1570ad2e283065 SHA1 (patch-at) = d75e7b060797997f47f0da3099e53d5d8e5c6c68 SHA1 (patch-au) = 3559258736a8534b930750294bc0865a17a51e7e diff --git a/x11/openmotif/patches/patch-ar b/x11/openmotif/patches/patch-ar index 8b51fa16b8d..a4003549d46 100644 --- a/x11/openmotif/patches/patch-ar +++ b/x11/openmotif/patches/patch-ar @@ -1,4 +1,4 @@ -$NetBSD: patch-ar,v 1.3 2005/06/27 14:08:15 wiz Exp $ +$NetBSD: patch-ar,v 1.4 2005/08/15 19:17:22 erh Exp $ --- config/imake/imakemdep.h.orig 2005-05-16 17:00:00.000000000 +0200 +++ config/imake/imakemdep.h 2005-05-16 17:04:32.000000000 +0200 @@ -58,7 +58,7 @@ $NetBSD: patch-ar,v 1.3 2005/06/27 14:08:15 wiz Exp $ -#ifdef __FreeBSD__ +#ifdef __DragonFly__ + {"__DragonFly__", "1"}, -+#elif defineD(__FreeBSD__) ++#elif defined(__FreeBSD__) {"__FreeBSD__", "1"}, #endif #ifdef __OpenBSD__ |