diff options
author | joerg <joerg> | 2008-06-23 15:01:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-23 15:01:05 +0000 |
commit | dc00df0e3177f8a172a0531e3e9586f7b8c15300 (patch) | |
tree | f6c895e5bec1e0b4ee05efbe3c9dcb47a24bd99e /parallel | |
parent | 635f9208f10ec9eb8799a9966d94b9e4c97f66d8 (diff) | |
download | pkgsrc-dc00df0e3177f8a172a0531e3e9586f7b8c15300.tar.gz |
PR 38996: Drop -DDFAKEXDRFLOAT for DragonFly, it breaks the build.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/pvm3/files/DRAGONFLY.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/pvm3/files/DRAGONFLY.def b/parallel/pvm3/files/DRAGONFLY.def index f1c17396677..5d064194220 100644 --- a/parallel/pvm3/files/DRAGONFLY.def +++ b/parallel/pvm3/files/DRAGONFLY.def @@ -1,6 +1,6 @@ ARCHCFLAGS = -DSOCKADHASLEN -DNOREXEC -DRSHCOMMAND=\"${SSH}\" \ - -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS \ - -DFAKEXDRFLOAT -DSYSERRISCONST + -DHASSTDLIB -DNEEDMENDIAN -DHASERRORVARS \ + -DSYSERRISCONST ARCHDLIB = ARCHDOBJ = ARCHLIB = -lrpcsvc |