mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
Changes in software: - vendor's bugfixes - new FLUTE support - new dependencies in gdome-2 and glib20 - properly install the shared library and headers - replace -pthread with $PTHREAD_LIBS - fix compilation warnings due to C++ headers in -current PR: ports/61068 Submitted by: Panagiotis Astithas <past@noc.ntua.gr> (maintainer)
13 lines
277 B
C
13 lines
277 B
C
--- flute/flute.h.orig Wed Jan 7 11:13:20 2004
|
|
+++ flute/flute.h Wed Jan 7 11:15:28 2004
|
|
@@ -69,6 +69,10 @@
|
|
#elif defined(SOLARIS) || defined(IRIX) || defined(WIN32)
|
|
|
|
#define sighandler_t void (*)(int)
|
|
+
|
|
+#elif defined(FREEBSD)
|
|
+#define sighandler_t sig_t
|
|
+
|
|
#endif
|
|
|
|
|