summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-04 06:18:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-04 06:18:50 +0000
commit78a22b721965d2f51b72e9970a3659673fe7ef2c (patch)
tree6864ff2866dcd419d8624152dae3cd69e9fa91a4
parent74e10bebf5b264f2bd927ca9362a4d514cdeae74 (diff)
downloadfreebsd-ports-78a22b721965d2f51b72e9970a3659673fe7ef2c.zip
- Fix build after objformat removal
Approved by: maintainer via privat mail
-rw-r--r--net/easysoap/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile
index c18bec11146b..eba652439857 100644
--- a/net/easysoap/Makefile
+++ b/net/easysoap/Makefile
@@ -22,9 +22,13 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_GCC= 2.95
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
+ ${WRKSRC}/configure
+
pre-configure:
@${ECHO_MSG} "CPPFLAGS=${CPPFLAGS} CXXFLAGS=${CXXFLAGS}"