Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2006 01:31:40 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106743: [PATCH] lang/eperl: fix build with gcc41
Message-ID:  <20061215003140.6C88A39DBA@pin.if.uz.zgora.pl>
Resent-Message-ID: <200612150040.kBF0e5TF050391@freefall.freebsd.org>

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

>Number:         106743
>Category:       ports
>Synopsis:       [PATCH] lang/eperl: fix build with gcc41
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 15 00:40:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Fix build with gcc41.

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006121307/eperl-2.2.14_1.log

Added file(s):
- files/patch-eperl_proto.h

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- eperl-2.2.14_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/eperl/files/patch-eperl_proto.h /home/trasz/eperl/files/patch-eperl_proto.h
--- /usr/ports/lang/eperl/files/patch-eperl_proto.h	Thu Jan  1 01:00:00 1970
+++ /home/trasz/eperl/files/patch-eperl_proto.h	Fri Dec 15 01:31:16 2006
@@ -0,0 +1,11 @@
+--- eperl_proto.h.orig	Fri Dec 15 01:27:39 2006
++++ eperl_proto.h	Fri Dec 15 01:27:51 2006
+@@ -35,6 +35,8 @@
+ #ifndef EPERL_PROTO_H
+ #define EPERL_PROTO_H 1
+ 
++#include "eperl_getopt.h"
++
+ /*_BEGIN_PROTO_*/
+ 
+ /* eperl_main.c */
--- eperl-2.2.14_1.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?20061215003140.6C88A39DBA>