summaryrefslogtreecommitdiff
path: root/net/libsocket++/files/Makefile.lib
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-28 04:07:29 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-28 04:07:29 +0000
commiteb8ca8b29cd05fe1f1203b5c9ad7fbc61fb858d4 (patch)
tree92656b5d6a506284c738d87ba38d994debf1fedd /net/libsocket++/files/Makefile.lib
parentDon't try to use eg++ as the C++ compiler and honor CXXFLAGS. (diff)
Don't build any profiled libraries and use CXXFLAGS to specify -I. so this
port actually builds.
Notes
Notes: svn path=/head/; revision=28824
Diffstat (limited to 'net/libsocket++/files/Makefile.lib')
-rw-r--r--net/libsocket++/files/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libsocket++/files/Makefile.lib b/net/libsocket++/files/Makefile.lib
index c01260090998..4e44851d7bad 100644
--- a/net/libsocket++/files/Makefile.lib
+++ b/net/libsocket++/files/Makefile.lib
@@ -4,7 +4,7 @@ LIB= socket++
LIBDIR= ${PREFIX}/lib
INCDIR= ${PREFIX}/include
INFODIR= ${PREFIX}/info
-CFLAGS+= -I.
+CXXFLAGS+= -I.
SRCS= sockstream.C sockinet.C sockunix.C pipestream.C Fork.C \
echo.C smtp.C ftp.C