diff options
-rw-r--r-- | devel/libelf/Makefile | 4 | ||||
-rw-r--r-- | devel/libelf/distinfo | 1 |
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 |