summaryrefslogtreecommitdiffstats
path: root/extra/ede/ede-2.0-beta.edelibinclude.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ede/ede-2.0-beta.edelibinclude.patch')
-rw-r--r--extra/ede/ede-2.0-beta.edelibinclude.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/ede/ede-2.0-beta.edelibinclude.patch b/extra/ede/ede-2.0-beta.edelibinclude.patch
new file mode 100644
index 000000000..894f81f01
--- /dev/null
+++ b/extra/ede/ede-2.0-beta.edelibinclude.patch
@@ -0,0 +1,24 @@
+--- ede-2.0-beta.orig/build/Program.jam 2009-10-08 10:44:35.000000000 -0300
++++ ede-2.0-beta/build/Program.jam 2009-10-11 09:31:50.000000000 -0300
+@@ -76,8 +76,8 @@
+ # and FLTKLIB. If [noinstall] is given, [target] will not be installed wit 'jam install'.
+ rule EdeProgram
+ {
+- if ! $(EDELIBINCLUDE) || ! $(EDELIBLIB) {
+- Echo "EDELIBINCLUDE or EDELIBLIB not defined; $(1) will not be built" ;
++ if ! $(EDELIBLIB) {
++ Echo "EDELIBLIB not defined; $(1) will not be built" ;
+ return ;
+ }
+
+@@ -95,8 +95,8 @@
+ # and FLTKLIB. If [noinstall] is given, [target] will not be installed wit 'jam install'.
+ rule EdeProgramAsFltkBare
+ {
+- if ! $(EDELIBINCLUDE) || ! $(EDELIBLIB) {
+- Echo "EDELIBINCLUDE or EDELIBLIB not defined; $(1) will not be built" ;
++ if ! $(EDELIBLIB) {
++ Echo "EDELIBLIB not defined; $(1) will not be built" ;
+ return ;
+ }
+