Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 20:53:33 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obraun@FreeBSD.org
Subject:   ports/44856: [patch] x11-wm/aewm++: small GCC3 fix
Message-ID:  <200211031953.gA3JrX3u001472@monster.ikea.net>

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

>Number:         44856
>Category:       ports
>Synopsis:       [patch] x11-wm/aewm++: small GCC3 fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 03 12:00:10 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Lambda Core Research Facility
>Environment:
System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386


	
>Description:
Small fix to get aewm++ back up on -CURRENT.
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	files
#	files/patch-aewm.hh
#
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - files/patch-aewm.hh
sed 's/^X//' >files/patch-aewm.hh << 'END-of-files/patch-aewm.hh'
X--- aewm.hh.orig	Sun Nov  3 20:45:59 2002
X+++ aewm.hh	Sun Nov  3 20:46:41 2002
X@@ -24,6 +24,8 @@
X #ifndef _AEWM_HH_
X #define _AEWM_HH_
X 
X+using namespace std;
X+
X #include <stdio.h>
X #include <unistd.h>
X #include <sys/wait.h>
END-of-files/patch-aewm.hh
exit
>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?200211031953.gA3JrX3u001472>