ports/115905: net/silc-client 1.1.1 does not build with converters/recode 3.6_6

Wesley Shields wxs at atarininja.org
Tue Sep 18 02:00:12 UTC 2007


The following reply was made to PR ports/115905; it has been noted by GNATS.

From: Wesley Shields <wxs at atarininja.org>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/115905: net/silc-client 1.1.1 does not build with
	converters/recode 3.6_6
Date: Mon, 17 Sep 2007 21:59:01 -0400

 I've attached a patch to this message which should clean this up.  It
 simply moves the path to recode.h earlier so it picks up the recode.h
 that ships with silc and not the one in /usr/local/include when
 converters/recode is installed.
 
 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 \



More information about the freebsd-ports-bugs mailing list