Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5eee45e

Browse files
committed
Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know that
FreeBSD/NetBSD both ship with gcc 2.7.x
1 parent 2a23c4e commit 5eee45e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/port/BSD44_derived/Makefile.inc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/backend/port/BSD44_derived/Attic/Makefile.inc,v 1.2 1996/10/18 04:46:50 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/backend/port/BSD44_derived/Attic/Makefile.inc,v 1.3 1996/10/19 06:36:52 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -17,6 +17,8 @@
1717
#
1818
LDADD+= -ll
1919

20+
HAVE_Cplusplus= true
21+
2022
#
2123
# 4.4-lite BSD-derived OSs have a little trouble with partially-implemented
2224
# dynamic loading soutines. See the comments in port-protos.h.

0 commit comments

Comments
 (0)