diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-24 19:52:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-24 19:52:28 +0100 |
commit | 58285d8d0288ff76d0440e3c0ca9e55ab05f645a (patch) | |
tree | 50a447667f239143b4aa1b3c00275a4d7c6233e0 /extra/ede/ede-2.0-beta.edelibinclude.patch | |
parent | a8a325d039c92e77fc5dcf877e33f9478061c508 (diff) | |
download | nutyx-extra-58285d8d0288ff76d0440e3c0ca9e55ab05f645a.tar.gz nutyx-extra-58285d8d0288ff76d0440e3c0ca9e55ab05f645a.tar.bz2 nutyx-extra-58285d8d0288ff76d0440e3c0ca9e55ab05f645a.tar.xz nutyx-extra-58285d8d0288ff76d0440e3c0ca9e55ab05f645a.zip |
Maj ede#2.0-beta-2-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, 0 insertions, 24 deletions
diff --git a/extra/ede/ede-2.0-beta.edelibinclude.patch b/extra/ede/ede-2.0-beta.edelibinclude.patch deleted file mode 100644 index 894f81f01..000000000 --- a/extra/ede/ede-2.0-beta.edelibinclude.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- 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 ; - } - |