Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  3 Aug 2004 20:46:21 +0200 (CEST)
From:      Jacek Pelka <jacekcombit.com.pl@user14.215.udn.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69962: [maintainer update] polish/ekg - fix build on CURRENT with gcc-3.4.2
Message-ID:  <20040803184621.820EA6290@user14.215.udn.pl>
Resent-Message-ID: <200408031850.i73IoKsb092226@freefall.freebsd.org>

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

>Number:         69962
>Category:       ports
>Synopsis:       [maintainer update] polish/ekg - fix build on CURRENT with gcc-3.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 03 18:50:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jacek Pelka
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD user14.215.udn.pl 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Aug 1 21:22:03 CEST 2004 root@user14.215.udn.pl:/usr/obj/usr/src/sys/ROKITA i386


	
>Description:
	Fix build on CURRENT with gcc-3.4.2
>How-To-Repeat:
	
>Fix:

	

--- ekg.diff begins here ---
diff -ruN /usr/ports/polish/ekg.orig/Makefile /usr/ports/polish/ekg/Makefile
--- /usr/ports/polish/ekg.orig/Makefile	Wed Jul 21 23:36:45 2004
+++ /usr/ports/polish/ekg/Makefile	Tue Aug  3 19:48:30 2004
@@ -26,8 +26,10 @@
 			--enable-aspell \
 			--mandir=${PREFIX}/man
 CONFIGURE_ENV=		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+			CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 MAKE_ENV=		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+			CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 INSTALLS_SHLIB=	yes
--- ekg.diff ends here ---


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



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