diff options
author | asau <asau@pkgsrc.org> | 2013-04-08 16:45:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-04-08 16:45:33 +0000 |
commit | dee7560bbf7a82527801ba938ef8bd976cfbdf27 (patch) | |
tree | cf368bd83138f7f2480b1336413c5bad556043dc /lang | |
parent | 903f2c8f789c046be4ec965cd2713a52c88e101d (diff) | |
download | pkgsrc-dee7560bbf7a82527801ba938ef8bd976cfbdf27.tar.gz |
Revert.
No, you cannot. It breaks build with read-only tree, for instance.
Noticed by Taylor Campbell on IRC.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak-vm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak-vm/Makefile b/lang/squeak-vm/Makefile index ef5b01dfe60..1e5020a25b3 100644 --- a/lang/squeak-vm/Makefile +++ b/lang/squeak-vm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/04/06 15:46:36 rodent Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/08 16:45:33 asau Exp $ # SQUEAK_VERSION= 4.10.2.2614 @@ -22,7 +22,7 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes USE_TOOLS= gzip -CONFIGURE_DIRS= build +CONFIGURE_DIRS= ${WRKSRC}/build CMAKE_ARG_PATH= ../unix #CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE # debug CMAKE_ARGS+= -DPKGMANDIR=${PKGMANDIR} |