13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
$OpenBSD: patch-makefile_unx,v 1.1 2007/10/26 20:39:26 ajacoutot Exp $
|
|
--- makefile.unx.orig Tue Sep 2 21:28:33 1997
|
|
+++ makefile.unx Fri Oct 26 22:35:39 2007
|
|
@@ -26,7 +26,7 @@ CXX = g++
|
|
# C++ compiler flags (except -c, -I, -L, -l)
|
|
#
|
|
# Add -g here if you want debugger symbols included
|
|
-CXXFLAGS =
|
|
+CXXFLAGS = ${CFLAGS}
|
|
|
|
# The search path for include files. Change only if necessary.
|
|
INC_PATH = -I.
|