Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Feb 2003 16:53:18 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dyfet@gnu.org
Subject:   ports/47847: [PATCH] devel/commoncpp: fix building
Message-ID:  <20030203135318.AC5DFF4@freebsd.org.ru>

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

>Number:         47847
>Category:       ports
>Synopsis:       [PATCH] devel/commoncpp: fix building
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 06:00:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD 4.7-STABLE i386

>Description:
	devel/commoncpp: fix building
>How-To-Repeat:
	cd ports/devel/commoncpp && make build
>Fix:
add following patch into port's files directory

======== files/patch-posix::friends.cpp =============
--- posix/friends.cpp.orig	Mon Feb  3 16:43:21 2003
+++ posix/friends.cpp	Mon Feb  3 16:43:33 2003
@@ -38,11 +38,11 @@
 // whether to permit this exception to apply to your modifications.
 // If you do not wish that, delete this exception notice.  
 
+#include <sys/time.h>
 #include "config.h"
 #include "macros.h"
 #include "thread.h"
 #include <stdlib.h>
-#include <sys/time.h>
 
 #ifdef	SIGTSTP
 #include <sys/file.h>
======== files/patch-posix::friends.cpp =============
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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