summaryrefslogtreecommitdiffstats
path: root/graphics/oyranos/makefile.in.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/oyranos/makefile.in.patch')
-rw-r--r--graphics/oyranos/makefile.in.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/oyranos/makefile.in.patch b/graphics/oyranos/makefile.in.patch
deleted file mode 100644
index 1396785f25..0000000000
--- a/graphics/oyranos/makefile.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- oyranos-0.4.0/makefile.in 2012-02-23 17:07:13.000000000 +0100
-+++ oyranos-0.4.0/makefile.in.a 2012-03-15 13:02:20.492272906 +0100
-@@ -999,7 +999,7 @@
- OY_MODULE_PATHS=. LD_LIBRARY_PATH=./:$(libdir):$${LD_LIBRARY_PATH} tests/test_oyranos
-
- examples: all
-- cd examples && ($(MAKE) clean; PATH="$(PATH):$(bindir):.." LD_LIBRARY_PATH=./:$(libdir):$${LD_LIBRARY_PATH} PKG_CONFIG_PATH="$(PKG_CONFIG_PATH):$(DESTDIR)$(libdir)/pkgconfig:.." INCLUDE="-I$(includedir) -I$(SRCDIR) -I../ -I$(SRCDIR)/$(GENDIR)" SRCDIR=$(SRCDIR)/examples/ CFLAGS="$(CFLAGS)" LIBS="-L$(libdir) -L../" intl="$(intl)" $(MAKE))
-+ cd examples && ($(MAKE) clean; PATH="$(PATH):$(bindir):.." LD_LIBRARY_PATH=./:$(libdir):$${LD_LIBRARY_PATH} PKG_CONFIG_PATH="$(PKG_CONFIG_PATH):$(DESTDIR)$(libdir)/pkgconfig:.." INCLUDE="-I$(includedir) -I$(SRCDIR) -I../ -I$(SRCDIR)/$(GENDIR)" SRCDIR=$(SRCDIR)/examples/ CFLAGS="$(CFLAGS)" LIBS="-L../ -L$(libdir)" intl="$(intl)" $(MAKE))
-
- oforms: all $(LIB_FORMS_FLTK_NAME)
- cd oforms && (PATH="$(PATH):$(bindir):.." LD_LIBRARY_PATH=./:$(libdir):$${LD_LIBRARY_PATH} PKG_CONFIG_PATH="$(PKG_CONFIG_PATH):$(DESTDIR)$(libdir)/pkgconfig:.." CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" INCLUDE="-I$(includedir) -I$(SRCDIR) -I../ -I$(SRCDIR)/$(GENDIR)" SRCDIR=$(SRCDIR)/oforms/ LDFLAGS="-L../ $(intl) $(LDFLAGS)" $(MAKE) -f oyranos_xforms.makefile)