diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 12:07:29 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 12:07:29 +0800 |
commit | 99ee784142945fe7dc44e4af375c30c4aaf127c2 (patch) | |
tree | 10513862aeb952c6e75f003e2d56b180fb7b9747 /net/libsocket++/files | |
parent | 1b16346c828d76e20a10b3c36f03aad088894653 (diff) | |
download | freebsd-ports-graphics-99ee784142945fe7dc44e4af375c30c4aaf127c2.tar.gz freebsd-ports-graphics-99ee784142945fe7dc44e4af375c30c4aaf127c2.tar.zst freebsd-ports-graphics-99ee784142945fe7dc44e4af375c30c4aaf127c2.zip |
Don't build any profiled libraries and use CXXFLAGS to specify -I. so this
port actually builds.
Diffstat (limited to 'net/libsocket++/files')
-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 c0126009099..4e44851d7ba 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 |