summaryrefslogtreecommitdiff
path: root/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-24 12:19:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-24 12:19:37 +0000
commit6c2ea8b207adc41044a31b572fcdc6b1f0a61fde (patch)
treee640eb572d7c96ab364cd3d0e8d67c683857cb33 /devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c
parentAdd gnomedebug 0.1.6, a GNOME Debugging Framework (GDF). (diff)
Add gnomebuild 0.0.2, a GNOME Build Framework (GBF).
Notes
Notes: svn path=/head/; revision=45434
Diffstat (limited to 'devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c')
-rw-r--r--devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c
new file mode 100644
index 000000000000..08a428958f4c
--- /dev/null
+++ b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-project.c
@@ -0,0 +1,17 @@
+
+$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"
+