summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-02-09 21:27:14 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2015-02-09 21:27:14 +0100
commitf2a2faf2ddd13a621f22a4f55e961934dca272ac (patch)
treeb6b60d662e6ba80401395205d4f5358c72666b56 /debian/patches
parent59440354c908cf901680c626ed8b5f98c508d6af (diff)
Refreshed patch again
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/06_cflags_ldflags.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/06_cflags_ldflags.patch b/debian/patches/06_cflags_ldflags.patch
index 5ee16a0e..b930628d 100644
--- a/debian/patches/06_cflags_ldflags.patch
+++ b/debian/patches/06_cflags_ldflags.patch
@@ -4,15 +4,15 @@ Forwarded: will do
Author: Ruben Undheim <ruben.undheim@gmail.com>
Index: yosys/Makefile
===================================================================
---- yosys.orig/Makefile 2015-02-09 20:41:58.399386062 +0100
-+++ yosys/Makefile 2015-02-09 20:44:50.183387905 +0100
+--- yosys.orig/Makefile 2015-02-09 21:26:15.243414558 +0100
++++ yosys/Makefile 2015-02-09 21:26:50.991414942 +0100
@@ -36,8 +36,8 @@
all: top-all
YOSYS_SRC := $(shell pwd)
--CXXFLAGS = -Wall -Wextra -ggdb -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(DESTDIR)/include
+-CXXFLAGS = -Wall -Wextra -ggdb -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(DESTDIR)/usr/include
-LDFLAGS = -L$(DESTDIR)/lib
-+CXXFLAGS += -Wall -Wextra -ggdb -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(DESTDIR)/include
++CXXFLAGS += -Wall -Wextra -ggdb -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(DESTDIR)/usr/include
+LDFLAGS += -L$(DESTDIR)/lib
LDLIBS = -lstdc++ -lm
SED = sed