Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 11:18:26 +0200 (CEST)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44401: [patch] textproc/miflux doesn't build with newer g++
Message-ID:  <200210230918.g9N9IQqi011288@bsd.localdomain>

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

>Number:         44401
>Category:       ports
>Synopsis:       [patch] textproc/miflux doesn't build with newer g++
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 23 02:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD bsd.localdomain 4.6-STABLE FreeBSD 4.6-STABLE #3: Mon Oct 7 16:20:29 CEST 2002 root@bsd.localdomain:/opt/src/sys/compile/BSD i386


	
>Description:
- Add USE_BISON for -CURRENT
- USE_GCC=2.95 because of C++ errors with 3.1
>How-To-Repeat:
>Fix:
--- Makefile.orig	Wed Oct 23 11:15:00 2002
+++ Makefile	Wed Oct 23 11:11:59 2002
@@ -22,6 +22,9 @@
 		--without-unac
 INSTALLS_SHLIB= yes
 
+USE_BISON=	yes
+USE_GCC=	2.95
+
 MAN1=	htdb_dump.1 htdb_stat.1 htdb_load.1 mifluzdump.1 mifluzload.1 \
 	mifluzsearch.1 mifluzdict.1
 MAN3=	WordContext.3 WordList.3 WordDict.3 WordListOne.3 WordKey.3 \


>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?200210230918.g9N9IQqi011288>