diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-26 01:39:07 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-26 01:39:07 +0000 |
commit | a18f63218b2778676653d0e1e82b91009015435e (patch) | |
tree | 8148dbc52a5dc1a78105c50206490622260fa7a3 /math/unuran | |
parent | d55f0b817250bd8699b3a0cd5bdb5e176a13aad5 (diff) |
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo
Notes
Notes:
svn path=/head/; revision=271779
Diffstat (limited to 'math/unuran')
-rw-r--r-- | math/unuran/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile index 026b9d3b4f1d..5ac6492c41e7 100644 --- a/math/unuran/Makefile +++ b/math/unuran/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstr --enable-info CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ENV= MAKE="${GMAKE}" USE_LDCONFIG= yes |