diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-30 18:11:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-30 18:11:13 +0000 |
commit | 4fa5a1eaabc4f8f7ac6dfcfec09d071945e0ff02 (patch) | |
tree | 20a21ff4d38d8ed1447858e0143c6c838e98b59c /devel/ixlib/Makefile | |
parent | cf5ee3d9c9835aa688b788145c5cfa9e7c43335f (diff) | |
download | ports-4fa5a1eaabc4f8f7ac6dfcfec09d071945e0ff02.tar.gz ports-4fa5a1eaabc4f8f7ac6dfcfec09d071945e0ff02.zip |
- Unbreak on 5.x
- Respect CFLAGS
- Silence Portlint
PR: ports/59770
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Approved by: marcus (portmgr)
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94828
Diffstat (limited to 'devel/ixlib/Makefile')
-rw-r--r-- | devel/ixlib/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/devel/ixlib/Makefile b/devel/ixlib/Makefile index eb9fceeb0f14..7f340a4a5a17 100644 --- a/devel/ixlib/Makefile +++ b/devel/ixlib/Makefile @@ -20,14 +20,8 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |