mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5332d904dd
- Stage support
19 lines
235 B
C
19 lines
235 B
C
--- o/sfasli.c.orig
|
|
+++ o/sfasli.c
|
|
@@ -131,6 +131,7 @@
|
|
extern int __remq();
|
|
extern int __remqu();
|
|
|
|
+#ifndef __FreeBSD__
|
|
#ifndef DARWIN
|
|
#ifndef _WIN32
|
|
int
|
|
@@ -147,6 +148,7 @@
|
|
}
|
|
#endif
|
|
#endif
|
|
+#endif
|
|
|
|
void
|
|
gcl_init_sfasl() {
|