mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
17 lines
391 B
C
17 lines
391 B
C
|
|
$FreeBSD$
|
|
|
|
--- src/backends/libgbf_am/gbf-am-project.c 2001/07/24 11:44:39 1.1
|
|
+++ src/backends/libgbf_am/gbf-am-project.c 2001/07/24 11:46:14
|
|
@@ -33,6 +33,11 @@
|
|
#include "../../lib/gnome-build.h"
|
|
#include "gbf-am-project.h"
|
|
|
|
+#ifdef __FreeBSD__
|
|
+extern char **environ;
|
|
+#define __environ environ
|
|
+#endif
|
|
+
|
|
#define SCRIPT_NAME "gbf-am-parse"
|
|
#define BUILD_SCRIPT_NAME "gbf-am-build"
|
|
|