mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
* Fix compilation on -CURRENT (GCC3).
PR: 44856 Submitted by: Volker Stolz <vs@foldr.org> * Actually respect CXX.
This commit is contained in:
parent
6b9e822cdb
commit
0770f23915
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69400
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= CXX="${CXX}"
|
||||
CXXFLAGS+= -I${X11BASE}/include
|
||||
LIBS+= -L${X11BASE}/lib
|
||||
|
||||
|
14
x11-wm/aewm++/files/patch-aewm.hh
Normal file
14
x11-wm/aewm++/files/patch-aewm.hh
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- aewm.hh.orig Mon Nov 4 01:32:18 2002
|
||||
+++ aewm.hh Mon Nov 4 01:32:35 2002
|
||||
@@ -24,6 +24,8 @@
|
||||
#ifndef _AEWM_HH_
|
||||
#define _AEWM_HH_
|
||||
|
||||
+using namespace std;
|
||||
+
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h>
|
Loading…
Reference in New Issue
Block a user