diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-16 23:48:08 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-16 23:48:08 +0100 |
commit | 29ef4b172bacec2304be9a692b1b70d01697e837 (patch) | |
tree | 44b13c295c5acdbd390b4c46f10187e3898fc100 /extra/ede/ede-2.0-beta.edelibinclude.patch | |
parent | 62b01fe421c7eab65abd8bbcb03a879b71a3d973 (diff) | |
download | nutyx-pakxe-29ef4b172bacec2304be9a692b1b70d01697e837.tar.gz nutyx-pakxe-29ef4b172bacec2304be9a692b1b70d01697e837.tar.bz2 nutyx-pakxe-29ef4b172bacec2304be9a692b1b70d01697e837.tar.xz nutyx-pakxe-29ef4b172bacec2304be9a692b1b70d01697e837.zip |
Ajout de ede#2.0-beta-1
Diffstat (limited to 'extra/ede/ede-2.0-beta.edelibinclude.patch')
-rw-r--r-- | extra/ede/ede-2.0-beta.edelibinclude.patch | 24 |
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 ; + } + |