From da385f3d2b37901bccb5e915659e549e34cad3c6 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Sep 2011 12:50:41 +0000 Subject: - Move preprocessor options back to CPPFLAGS Suggested by: danfe, sahil --- science/cdo/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'science') diff --git a/science/cdo/Makefile b/science/cdo/Makefile index dca309464a05..f5d9ff592817 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -20,7 +20,8 @@ OPTIONS= HDF5 "HDF5 support" on \ PROJ "PROJ support" on \ SZIP "SZIP support" on -CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +CFLAGS+= ${PTHREAD_CFLAGS} +CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-cdi-lib --program-transform-name="" --with-zlib=/usr CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" GNU_CONFIGURE= yes @@ -28,8 +29,8 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} USE_GNOME= gnomehack USE_LDCONFIG= yes -NETCDF_VER?= 4 HDF5_VER?= 18 +NETCDF_VER?= 4 .include -- cgit v1.2.3