mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
358b49a600
Sort pkg/PLIST PR: 20418 Submitted by: Ports Fury
12 lines
441 B
Plaintext
12 lines
441 B
Plaintext
--- port/port.h.orig Sat Apr 23 11:02:33 1994
|
|
+++ port/port.h Thu Aug 3 22:34:01 2000
|
|
@@ -110,7 +110,7 @@
|
|
#define LACK_SYS5
|
|
#endif
|
|
|
|
-#if defined(ultrix3) || defined(sunos4) || defined(_IBMR2) || defined(ultrix4) || defined(__osf__)
|
|
+#if defined(ultrix3) || defined(sunos4) || defined(_IBMR2) || defined(ultrix4) || defined(__osf__) || defined(__FreeBSD__)
|
|
#define SIGNAL_FN void
|
|
#else
|
|
/* sequent, ultrix2, 4.3BSD (vax, hp), sunos3 */
|