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:
parent
e93b7bdfa8
commit
b4d64e49b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343545
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user