diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-06 19:09:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-06 19:09:16 +0000 |
commit | 62c8745c957b70f21e4a4849494bbbf4e06d6321 (patch) | |
tree | 185cbe1915ea66064658d2ac74fb4fff7a886db1 /x11/openmotif | |
parent | ae726f3164b28f2c278380a6d3770c4b91a47aa2 (diff) | |
download | pkgsrc-62c8745c957b70f21e4a4849494bbbf4e06d6321.tar.gz |
Mirror changes to the NetBSD xsrc tree to deal with the new toolchain,
where /usr/libexec/cpp doesn't exist, by calling "cc -E" instead.
Diffstat (limited to 'x11/openmotif')
-rw-r--r-- | x11/openmotif/distinfo | 3 | ||||
-rw-r--r-- | x11/openmotif/patches/patch-ar | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/x11/openmotif/distinfo b/x11/openmotif/distinfo index 5b8c6f181f9..8cead9740e5 100644 --- a/x11/openmotif/distinfo +++ b/x11/openmotif/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/12/01 02:00:42 dmcmahill Exp $ +$NetBSD: distinfo,v 1.5 2001/12/06 19:09:16 jlam Exp $ SHA1 (openmotif/openmotif2.1.30.tar.gz) = 34fc82fdf0e200525864665e179246ef64082dcc Size (openmotif/openmotif2.1.30.tar.gz) = 17711487 bytes @@ -29,3 +29,4 @@ SHA1 (patch-an) = 0d0ba4bbbe6742c5a8b2fda475adfe8a05647cc1 SHA1 (patch-ao) = 8423174dcf89e00e76ce0a27b3d7c27cf3540a17 SHA1 (patch-ap) = 121d5d08324b7a6e7f32b66a858d96b260866429 SHA1 (patch-aq) = f06bde8d2151c3b60fce74e663b7eead965758a8 +SHA1 (patch-ar) = 496fc6e3ba956f9103fbee6be221af44a26e2afd diff --git a/x11/openmotif/patches/patch-ar b/x11/openmotif/patches/patch-ar new file mode 100644 index 00000000000..2492631936c --- /dev/null +++ b/x11/openmotif/patches/patch-ar @@ -0,0 +1,17 @@ +$NetBSD: patch-ar,v 1.1 2001/12/06 19:09:18 jlam Exp $ + +--- config/imake/imakemdep.h.orig Thu Dec 6 10:54:30 2001 ++++ config/imake/imakemdep.h +@@ -265,10 +265,10 @@ + #ifdef _CRAY + #define DEFAULT_CPP "/lib/pcpp" + #endif +-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) ++#if defined(__386BSD__) || defined(__OpenBSD__) + #define DEFAULT_CPP "/usr/libexec/cpp" + #endif +-#if defined(__FreeBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) + #define USE_CC_E + #endif + #if defined(__sgi) && defined(__ANSI_CPP__) |