diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 06:18:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-04 06:18:50 +0000 |
commit | 78a22b721965d2f51b72e9970a3659673fe7ef2c (patch) | |
tree | 6864ff2866dcd419d8624152dae3cd69e9fa91a4 /net | |
parent | 74e10bebf5b264f2bd927ca9362a4d514cdeae74 (diff) | |
download | freebsd-ports-78a22b721965d2f51b72e9970a3659673fe7ef2c.zip |
- Fix build after objformat removal
Approved by: maintainer via privat mail
Diffstat (limited to 'net')
-rw-r--r-- | net/easysoap/Makefile | 6 |
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}" |