1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/gcl/files/patch-o__sfasli.c
Martin Wilke 5332d904dd - Update to 2.6.10
- Stage support
2014-02-27 11:45:26 +00:00

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() {