diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-09 21:55:51 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-09 21:55:51 +0000 |
commit | b4d64e49b3bba3bd361aa5b102a1db7139739e86 (patch) | |
tree | 4d73f3364cf27eb3a7967a572f490c4eb7ad994d /lang/p2c | |
parent | e93b7bdfa8c8b0480b89801c962488b6f52d6921 (diff) | |
download | ports-b4d64e49b3bba3bd361aa5b102a1db7139739e86.tar.gz ports-b4d64e49b3bba3bd361aa5b102a1db7139739e86.zip |
Notes
Diffstat (limited to 'lang/p2c')
-rw-r--r-- | lang/p2c/files/patch-trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p2c/files/patch-trans.h b/lang/p2c/files/patch-trans.h index 7c1cf52229f7..9865d08f3392 100644 --- a/lang/p2c/files/patch-trans.h +++ b/lang/p2c/files/patch-trans.h @@ -13,7 +13,7 @@ /* Our library omits declarations for these functions! */ -+#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) && !defined(__DragonFly__) int link PP( (char *, char *) ); int unlink PP( (char *) ); +#endif |