Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2003 15:26:47 +0400
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55010: [MAINTAINER] fix devel/mico build on 4.x
Message-ID:  <E19hScx-000Epn-N5@avim.ciam.ru>
Resent-Message-ID: <200307291130.h6TBUFYx022352@freefall.freebsd.org>

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

>Number:         55010
>Category:       ports
>Synopsis:       [MAINTAINER] fix devel/mico build on 4.x
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 29 04:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD avim.ciam.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Sat Jun 7 23:20:14 MSD 2003 root@orion.ciam.ru:/usr/src/sys/compile/AVIM i386


	
>Description:
	
	fix on 4.x
>How-To-Repeat:
	
>Fix:

	

--- Makfile.patch begins here ---
--- Makefile.orig	Tue Jul 29 15:21:12 2003
+++ Makefile	Mon Jul 14 10:41:27 2003
@@ -102,7 +102,7 @@
 
 post-patch:
 	${REINPLACE_CMD} -e "s#-O2#${CFLAGS}#" ${WRKSRC}/configure
-.if ${OSVERSION} < 500035 && !defined(WITH_SYSTEM_GCC)
+.if ${OSVERSION} < 500035 && defined(WITH_GCC32)
 	${LN} -s /usr/include/g++/FlexLexer.h ${WRKSRC}/include
 .endif
 
--- Makfile.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19hScx-000Epn-N5>