mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
11 lines
261 B
Makefile
11 lines
261 B
Makefile
--- o/file.d.orig Mon Oct 31 13:17:20 2005
|
|
+++ o/file.d Mon Oct 31 13:17:41 2005
|
|
@@ -2317,7 +2317,7 @@
|
|
#include <sys/resource.h>
|
|
#include <signal.h>
|
|
|
|
-#if defined(DARWIN)
|
|
+#if defined(DARWIN) || defined(__FreeBSD__)
|
|
#define on_exit(a,b)
|
|
#else
|
|
static void
|