diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-16 23:16:26 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-16 23:16:26 +0000 |
commit | 310731f44dd328a976f3ec19b6db524abdf64d59 (patch) | |
tree | 9433afe8a5edc558639bf85a7fbd6cf038ee3a74 /archivers/unrar | |
parent | 783a9eabf5529c6e1db00fc41d28e3562062ae25 (diff) | |
download | pkgsrc-310731f44dd328a976f3ec19b6db524abdf64d59.tar.gz |
MAKEFLAGS -> MAKE_FLAGS
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unrar/Makefile.common b/archivers/unrar/Makefile.common index 8bb938148cf..bccdbedc448 100644 --- a/archivers/unrar/Makefile.common +++ b/archivers/unrar/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2015/11/07 10:10:09 adam Exp $ +# $NetBSD: Makefile.common,v 1.8 2016/03/16 23:16:26 tnn Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile @@ -24,7 +24,7 @@ USE_LANGUAGES= c++ USE_TOOLS+= gmake MAKE_FILE= makefile -MAKEFLAGS+= CXX=${CXX:Q} CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q} +MAKE_FLAGS+= CXX=${CXX:Q} CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q} # usually set in Makefile, but overridden by line above LDFLAGS+= -pthread CXXFLAGS+= -fPIC |