summaryrefslogtreecommitdiffstats
path: root/base/boehm-gc/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-07-22 17:36:14 +0200
committerpiernov <piernov@piernov.org>2011-07-22 17:36:14 +0200
commit62a259d0421daa29bedc53d2fd06f732ad22bda9 (patch)
treedb7543f1ebbd729cfcdd646259ad483b970ea655 /base/boehm-gc/Pkgfile
parentda7447eaac6d07069888b0a41e4e6c567c75e8cc (diff)
downloadnutyx-extra-62a259d0421daa29bedc53d2fd06f732ad22bda9.tar.gz
nutyx-extra-62a259d0421daa29bedc53d2fd06f732ad22bda9.tar.bz2
nutyx-extra-62a259d0421daa29bedc53d2fd06f732ad22bda9.tar.xz
nutyx-extra-62a259d0421daa29bedc53d2fd06f732ad22bda9.zip
boehm-gc 7.1-2 ajout support c++
Diffstat (limited to 'base/boehm-gc/Pkgfile')
-rw-r--r--base/boehm-gc/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/boehm-gc/Pkgfile b/base/boehm-gc/Pkgfile
index d90d0a9ad..93dfcd9d7 100644
--- a/base/boehm-gc/Pkgfile
+++ b/base/boehm-gc/Pkgfile
@@ -6,7 +6,7 @@
name=boehm-gc
version=7.1
-release=1
+release=2
source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${version}.tar.gz)
build() {
@@ -14,7 +14,8 @@ build() {
./configure --prefix=/usr \
--enable-threads=pthreads \
--enable-static \
- --enable-shared
+ --enable-shared \
+ --enable-cplusplus
install -D -m 644 doc/gc.man $PKG/usr/share/man/man3/gc.3
make
make DESTDIR=$PKG install