diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-18 14:53:42 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-18 14:53:42 +0800 |
commit | db27e4118d999bf76b71051b55fe932b45e3d0a0 (patch) | |
tree | 7c5ef3dce2fdc784eaf02c019823d9ad025a5ca2 | |
parent | b4464eda2acccbec9184bd73b14e52a7d3d3520b (diff) | |
download | freebsd-ports-gnome-db27e4118d999bf76b71051b55fe932b45e3d0a0.tar.gz freebsd-ports-gnome-db27e4118d999bf76b71051b55fe932b45e3d0a0.tar.zst freebsd-ports-gnome-db27e4118d999bf76b71051b55fe932b45e3d0a0.zip |
science/silo add NO_LATEST_LINK
- This port is unrelated with x11/silo so I suppose
NO_LATEST_LINK is relevant.
- While here, remove the unnecessary $LOCALBASE includes
in CPPFLAGS/LDFLAGS for the configure environment.
PR: ports/126614
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
-rw-r--r-- | science/silo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/silo/Makefile b/science/silo/Makefile index 10bbc75ee8e3..3a9e251df495 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -17,9 +17,10 @@ LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" +NO_LATEST_LINK= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes |