aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libelf
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2011-03-22 08:32:07 +0800
committergerald <gerald@FreeBSD.org>2011-03-22 08:32:07 +0800
commit39ffecee1cb59e4ff518e6748c58195de2e4e260 (patch)
treecb0ffa577a81cbd3e4476111b3a0b8940596ed7f /devel/libelf
parent80b108ed370dbf48c61f89d13c960b296befa608 (diff)
downloadfreebsd-ports-gnome-39ffecee1cb59e4ff518e6748c58195de2e4e260.tar.gz
freebsd-ports-gnome-39ffecee1cb59e4ff518e6748c58195de2e4e260.tar.zst
freebsd-ports-gnome-39ffecee1cb59e4ff518e6748c58195de2e4e260.zip
Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is no
longer necessary. Rather set CPPFLAGS in the Makefile. PR: 153625 Approved by: maintainer (roam)
Diffstat (limited to 'devel/libelf')
-rw-r--r--devel/libelf/Makefile4
-rw-r--r--devel/libelf/distinfo1
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile
index edec30af8988..aa96ae1d1a5c 100644
--- a/devel/libelf/Makefile
+++ b/devel/libelf/Makefile
@@ -29,8 +29,8 @@ USE_LDCONFIG= yes
NOMAN= defined
.if !defined(WITHOUT_NLS)
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl"
+CPPFLAGS= "-I${LOCALBASE}/include"
+CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ARGS+= --enable-nls
USE_GETTEXT= yes
PLIST_SUB+= GETTEXT=""
diff --git a/devel/libelf/distinfo b/devel/libelf/distinfo
index c13760159ce5..aa6485bca22b 100644
--- a/devel/libelf/distinfo
+++ b/devel/libelf/distinfo
@@ -1,3 +1,2 @@
-MD5 (libelf-0.8.13.tar.gz) = 4136d7b4c04df68b686570afa26988ac
SHA256 (libelf-0.8.13.tar.gz) = 591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d
SIZE (libelf-0.8.13.tar.gz) = 148529