mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
89ce9f982c
PR: ports/193898 Submitted by: Ports Fury
12 lines
261 B
Makefile
12 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
|