mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
Changelog at http://www.opencascade.com/pub/doc/Release_Notes_6.8.0.pdf PR: ports/195172 Submitted by: /me
11 lines
385 B
PkgConfig
11 lines
385 B
PkgConfig
--- src/StepFile/recfile.pc.orig 2014-11-07 16:16:45.000000000 +0100
|
|
+++ src/StepFile/recfile.pc 2014-11-16 21:26:42.000000000 +0100
|
|
@@ -16,7 +16,7 @@
|
|
#include "stdio.h"
|
|
#include "string.h"
|
|
#include "stdlib.h"
|
|
-#if (!defined(_WIN32) && !defined(__APPLE__))
|
|
+#if (!defined(_WIN32) && !defined(__APPLE__) && !defined(__FreeBSD__))
|
|
#include "malloc.h"
|
|
#endif
|
|
#include "recfile.ph"
|