aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-28 12:07:29 +0800
committersteve <steve@FreeBSD.org>2000-05-28 12:07:29 +0800
commit99ee784142945fe7dc44e4af375c30c4aaf127c2 (patch)
tree10513862aeb952c6e75f003e2d56b180fb7b9747 /net
parent1b16346c828d76e20a10b3c36f03aad088894653 (diff)
downloadfreebsd-ports-gnome-99ee784142945fe7dc44e4af375c30c4aaf127c2.tar.gz
freebsd-ports-gnome-99ee784142945fe7dc44e4af375c30c4aaf127c2.tar.zst
freebsd-ports-gnome-99ee784142945fe7dc44e4af375c30c4aaf127c2.zip
Don't build any profiled libraries and use CXXFLAGS to specify -I. so this
port actually builds.
Diffstat (limited to 'net')
-rw-r--r--net/libsocket++/Makefile4
-rw-r--r--net/libsocket++/files/Makefile.lib2
-rw-r--r--net/libsocket++/pkg-plist1
3 files changed, 2 insertions, 5 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile
index 6caa48fde961..c627e5b22de2 100644
--- a/net/libsocket++/Makefile
+++ b/net/libsocket++/Makefile
@@ -18,9 +18,7 @@ DISTNAME= socket++-1.10
MAINTAINER= narvi@haldjas.folklore.ee
GNU_CONFIGURE= yes
-#NOPROFILE= true
-
-BROKEN= "Compiler error"
+NOPROFILE= true
post-configure:
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
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
diff --git a/net/libsocket++/pkg-plist b/net/libsocket++/pkg-plist
index cf1a4e4f4c62..43ea9c9494fa 100644
--- a/net/libsocket++/pkg-plist
+++ b/net/libsocket++/pkg-plist
@@ -1,6 +1,5 @@
lib/libsocket++.a
lib/libsocket++.so.1.10
-lib/libsocket++_p.a
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
include/Fork.h