aboutsummaryrefslogtreecommitdiff
path: root/net
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
parent69ed7d4abbed4e68f0c0f1c65dafbc7ec37d69bd (diff)
downloadports-eb8ca8b29cd05fe1f1203b5c9ad7fbc61fb858d4.tar.gz
ports-eb8ca8b29cd05fe1f1203b5c9ad7fbc61fb858d4.zip
Notes
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