mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
5332d904dd
- Stage support
17 lines
283 B
C
17 lines
283 B
C
--- o/plttest.c.orig
|
|
+++ o/plttest.c
|
|
@@ -11,11 +11,13 @@
|
|
#define DARWIN
|
|
#endif
|
|
|
|
+#ifndef __FreeBSD__
|
|
#ifndef DARWIN
|
|
extern int _mcount();
|
|
#define mmcount _mcount
|
|
extern void sincos(double,double *,double *);
|
|
#endif
|
|
+#endif
|
|
|
|
int
|
|
main(int argc,char * argv[],char *envp[]) {
|