1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- fix build of netpbm-devel on FreeBSD 6.4

This commit is contained in:
Dirk Meyer 2010-05-25 06:57:14 +00:00
parent 79aa65aad0
commit 667fac87d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255038

View File

@ -0,0 +1,16 @@
--- lib/libsystem.c.orig 2010-03-24 03:06:41.000000000 +0100
+++ lib/libsystem.c 2010-05-25 07:31:25.000000000 +0200
@@ -154,6 +154,13 @@
}
+#ifndef SIGRTMIN
+#define SIGRTMIN 65
+#endif
+#ifndef SIGRTMAX
+#define SIGRTMAX 126
+#endif
+
static const char *
signalName(unsigned int const signalClass) {