forked from Lainports/freebsd-ports
- Fix build when converters/recode installed is
PR: 115905 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Approved by: maintainer
This commit is contained in:
parent
5cc511c7a6
commit
dff67cec54
1 changed files with 18 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
Index: files/patch-apps__irssi__src__fe-common__core__Makefile.in
|
||||
===================================================================
|
||||
RCS file: files/patch-apps__irssi__src__fe-common__core__Makefile.in
|
||||
diff -N files/patch-apps__irssi__src__fe-common__core__Makefile.in
|
||||
--- /dev/null 1 Jan 1970 00:00:00 -0000
|
||||
+++ files/patch-apps__irssi__src__fe-common__core__Makefile.in 18 Sep 2007 01:55:48 -0000
|
||||
@@ -0,0 +1,11 @@
|
||||
+--- ./apps/irssi/src/fe-common/core/Makefile.in.orig 2007-09-18 01:40:20.785485150 +0000
|
||||
++++ ./apps/irssi/src/fe-common/core/Makefile.in 2007-09-18 01:40:45.308497153 +0000
|
||||
+@@ -266,7 +266,7 @@
|
||||
+ #
|
||||
+ # INCLUDE defines
|
||||
+ #
|
||||
+-INCLUDES = $(ADD_INCLUDES) $(SILC_CFLAGS) -DHAVE_SILCDEFS_H \
|
||||
++INCLUDES = -I../../../src/core $(ADD_INCLUDES) $(SILC_CFLAGS) -DHAVE_SILCDEFS_H \
|
||||
+ -I$(srcdir) -I$(top_srcdir) -I$(silc_top_srcdir) \
|
||||
+ $(SILC_LIB_INCLUDES) -I$(silc_top_srcdir)/includes \
|
||||
+ -I$(silc_top_srcdir)/doc -I$(top_srcdir)/src \
|
||||
Loading…
Add table
Reference in a new issue