mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Don't build any profiled libraries and use CXXFLAGS to specify -I. so this
port actually builds.
This commit is contained in:
parent
69ed7d4abb
commit
eb8ca8b29c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28824
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue