diff options
Diffstat (limited to 'devel/motor/files/patch-src__configuration__Makefile.in')
-rw-r--r-- | devel/motor/files/patch-src__configuration__Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/motor/files/patch-src__configuration__Makefile.in b/devel/motor/files/patch-src__configuration__Makefile.in deleted file mode 100644 index 526f18762961..000000000000 --- a/devel/motor/files/patch-src__configuration__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/configuration/Makefile.in 2002/05/16 11:01:44 1.1 -+++ src/configuration/Makefile.in 2002/05/16 11:02:59 -@@ -89,7 +89,7 @@ - INCLUDES = -I$(top_srcdir)/kkstrtext -I$(top_srcdir)/kkconsui/include -I$(top_srcdir)/kksystr/include -I$(top_srcdir)/intl -I$(top_srcdir)/src/ui/ncurses -I$(top_srcdir)/src/debugger -I$(top_srcdir)/src/executor -I$(top_srcdir)/src/project -I$(top_srcdir)/src/ui -I$(top_srcdir)/src/tagbrowser -I$(top_srcdir)/src -I$(top_srcdir)/parser/include - - --CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" -+CPPFLAGS = @CPPFLAGS@ -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\" - - libconfiguration_a_SOURCES = motorconfiguration.cc extkey.cc - |