summaryrefslogtreecommitdiffstats
path: root/extra/ede/ede-2.0-beta.edelibinclude.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-24 19:52:28 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-24 19:52:28 +0100
commit58285d8d0288ff76d0440e3c0ca9e55ab05f645a (patch)
tree50a447667f239143b4aa1b3c00275a4d7c6233e0 /extra/ede/ede-2.0-beta.edelibinclude.patch
parenta8a325d039c92e77fc5dcf877e33f9478061c508 (diff)
downloadnutyx-pakxe-58285d8d0288ff76d0440e3c0ca9e55ab05f645a.tar.gz
nutyx-pakxe-58285d8d0288ff76d0440e3c0ca9e55ab05f645a.tar.bz2
nutyx-pakxe-58285d8d0288ff76d0440e3c0ca9e55ab05f645a.tar.xz
nutyx-pakxe-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.patch24
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 ;
- }
-