1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

lang/p2c: Restore build on DragonFly

This commit is contained in:
John Marino 2014-02-09 21:55:51 +00:00
parent e93b7bdfa8
commit b4d64e49b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343545

View File

@ -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