diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 04:07:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 04:07:29 +0000 |
commit | eb8ca8b29cd05fe1f1203b5c9ad7fbc61fb858d4 (patch) | |
tree | 92656b5d6a506284c738d87ba38d994debf1fedd /net/libsocket++/files/Makefile.lib | |
parent | Don'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.lib | 2 |
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 |