diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-04-04 00:52:34 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-04-04 00:52:34 +0000 |
commit | 3415939d304e80947eb7988904fbb35390386c1c (patch) | |
tree | f8671e596c7e100ad05fd49c3829604ee5e8dcba | |
parent | - Change the order of dependencies, otherwise it will list (diff) |
Disable the parallelized building. It seems, there are races hidden in
the vendor's makefiles.
Those (like myself), for whom the parallel build just worked, can simply
use the new whitelist functionality of the ports system.
-rw-r--r-- | devel/icu/Makefile | 1 | ||||
-rw-r--r-- | devel/icu4/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index f535e7cde35e..434a972f0416 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -29,7 +29,6 @@ CONFIGURE_ARGS+= ${OPSYS} CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --enable-samples=no -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` USE_GMAKE= yes diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile index f535e7cde35e..434a972f0416 100644 --- a/devel/icu4/Makefile +++ b/devel/icu4/Makefile @@ -29,7 +29,6 @@ CONFIGURE_ARGS+= ${OPSYS} CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --enable-samples=no -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` USE_GMAKE= yes |