diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-04 14:18:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-04 14:18:50 +0800 |
commit | 5814ebad3c3be0da2445af8cb28301f2f8c8068e (patch) | |
tree | 8dc927fe1b62b4610904dc7470ce70f972fd4716 /net/easysoap | |
parent | 0f538bac1f6386f726a37a2a6d536eeb5d4daecf (diff) | |
download | freebsd-ports-graphics-5814ebad3c3be0da2445af8cb28301f2f8c8068e.tar.gz freebsd-ports-graphics-5814ebad3c3be0da2445af8cb28301f2f8c8068e.tar.zst freebsd-ports-graphics-5814ebad3c3be0da2445af8cb28301f2f8c8068e.zip |
- Fix build after objformat removal
Approved by: maintainer via privat mail
Diffstat (limited to 'net/easysoap')
-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 c18bec11146..eba65243985 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}" |