mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
69c451ea3d
PR: 4612 Submitted by: maintainer
20 lines
565 B
Plaintext
20 lines
565 B
Plaintext
*** makefile.unx Tue Sep 2 19:28:33 1997
|
|
--- /home/andy/tmp/wrk/makefile.unx Tue Sep 23 07:48:55 1997
|
|
***************
|
|
*** 26,32 ****
|
|
# C++ compiler flags (except -c, -I, -L, -l)
|
|
#
|
|
# Add -g here if you want debugger symbols included
|
|
! CXXFLAGS =
|
|
|
|
# The search path for include files. Change only if necessary.
|
|
INC_PATH = -I.
|
|
--- 26,32 ----
|
|
# C++ compiler flags (except -c, -I, -L, -l)
|
|
#
|
|
# Add -g here if you want debugger symbols included
|
|
! CXXFLAGS = ${CFLAGS}
|
|
|
|
# The search path for include files. Change only if necessary.
|
|
INC_PATH = -I.
|