Date: Tue, 18 Sep 2007 02:00:11 GMT From: Wesley Shields <wxs@atarininja.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/115905: net/silc-client 1.1.1 does not build with converters/recode 3.6_6 Message-ID: <200709180200.l8I20BMZ007946@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/115905; it has been noted by GNATS. From: Wesley Shields <wxs@atarininja.org> To: bug-followup@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709180200.l8I20BMZ007946>