diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-14 12:05:42 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-14 12:05:42 +0000 |
commit | f3cbaa1a808778c1445e2c09deddd25e0030bbba (patch) | |
tree | a36063a8d50e49600cdaf69c65049cf66e8bf740 /devel/commoncpp | |
parent | a7e3078e26b7974fca72c68c95faf00f496f36ad (diff) | |
download | ports-f3cbaa1a808778c1445e2c09deddd25e0030bbba.tar.gz ports-f3cbaa1a808778c1445e2c09deddd25e0030bbba.zip |
Notes
Diffstat (limited to 'devel/commoncpp')
-rw-r--r-- | devel/commoncpp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index d9da8a23055e..852a83647b12 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ARGS= --without-libxml2 USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 15 +USE_INC_LIBTOOL_VER= 15 +USE_GCC= 3.4 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_path_DOXYGEN=no INSTALLS_SHLIB= yes @@ -35,4 +36,7 @@ INFO= commoncpp2 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +pre-configure: + @${CP} ${LTMAIN} ${WRKSRC}/autoconf + .include <bsd.port.mk> |