Skip site navigation (1)Skip section navigation (2)
Date:      28 Feb 2001 19:27:18 +0300
From:      ilya@martynov.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25473: Can't compile port textproc/pspell
Message-ID:  <86zof63h95.fsf@juil.domain>

next in thread | raw e-mail | index | archive | help

>Number:         25473
>Category:       ports
>Synopsis:       Can't compile port textproc/pspell
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 01 01:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ilya Martynov
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
AGAVA Software
>Environment:

STABLE-4 with latest version of libtool (I've libtool-1.3.4_2). I
belive that with previous versions of libtool port should compile.

>Description:

Port can't be compiled becouse one header file is not found.

>How-To-Repeat:

try to build port

>Fix:

This patch should be added to port:

--- interface/Makefile.in.orig	Wed Feb 28 19:13:59 2001
+++ interface/Makefile.in	Wed Feb 28 18:53:26 2001
@@ -83,7 +83,7 @@
 
 DEFS = @DEFS@ -DDATADIR=\"${pkgdatadir}\" -DLIBDIR=\"${libdir}\" 
 
-INCLUDES = $(INCLTDL) -I../modules/ -I./
+INCLUDES = $(INCLTDL) -I../modules/ -I./ -I../libltdl
 
 lib_LTLIBRARIES = libpspell.la libpspell-impl.la
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86zof63h95.fsf>