aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2008-04-10 07:25:30 +0800
committermaho <maho@FreeBSD.org>2008-04-10 07:25:30 +0800
commit6ba71ae17cdb1c5e002b5eac564258af4f4d12ca (patch)
tree7b61f6bea0d18aa770d61f5645dd0597e0912a4b
parent6cb7fc1824dbcea2eb06ef6692e17bc528e9f756 (diff)
downloadfreebsd-ports-gnome-6ba71ae17cdb1c5e002b5eac564258af4f4d12ca.tar.gz
freebsd-ports-gnome-6ba71ae17cdb1c5e002b5eac564258af4f4d12ca.tar.zst
freebsd-ports-gnome-6ba71ae17cdb1c5e002b5eac564258af4f4d12ca.zip
Reduce the space to build.
--enable-crashdump=yes impiles "-g" but requires a lot of space. This should be "-g1" and "-g" should be set when WITH_DEBUG is activated. Submitted by: truckman
-rw-r--r--editors/openoffice-3-devel/files/Makefile.knobs2
-rw-r--r--editors/openoffice-3/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-2-RC/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-2-devel/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-2/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-3-RC/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-3-devel/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-3/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-vcltesttool/files/Makefile.knobs2
9 files changed, 18 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/Makefile.knobs b/editors/openoffice-3-devel/files/Makefile.knobs
index 63051290d634..31759389815f 100644
--- a/editors/openoffice-3-devel/files/Makefile.knobs
+++ b/editors/openoffice-3-devel/files/Makefile.knobs
@@ -53,6 +53,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch:
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs
index e34df3fe27d8..2d429399cee3 100644
--- a/editors/openoffice-3/files/Makefile.knobs
+++ b/editors/openoffice-3/files/Makefile.knobs
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch:
diff --git a/editors/openoffice.org-2-RC/files/Makefile.knobs b/editors/openoffice.org-2-RC/files/Makefile.knobs
index e34df3fe27d8..2d429399cee3 100644
--- a/editors/openoffice.org-2-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-2-RC/files/Makefile.knobs
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch:
diff --git a/editors/openoffice.org-2-devel/files/Makefile.knobs b/editors/openoffice.org-2-devel/files/Makefile.knobs
index e34df3fe27d8..2d429399cee3 100644
--- a/editors/openoffice.org-2-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-2-devel/files/Makefile.knobs
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch:
diff --git a/editors/openoffice.org-2/files/Makefile.knobs b/editors/openoffice.org-2/files/Makefile.knobs
index e34df3fe27d8..2d429399cee3 100644
--- a/editors/openoffice.org-2/files/Makefile.knobs
+++ b/editors/openoffice.org-2/files/Makefile.knobs
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch:
diff --git a/editors/openoffice.org-3-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs
index e34df3fe27d8..2d429399cee3 100644
--- a/editors/openoffice.org-3-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-3-RC/files/Makefile.knobs
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch:
diff --git a/editors/openoffice.org-3-devel/files/Makefile.knobs b/editors/openoffice.org-3-devel/files/Makefile.knobs
index 63051290d634..31759389815f 100644
--- a/editors/openoffice.org-3-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-3-devel/files/Makefile.knobs
@@ -53,6 +53,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch:
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs
index e34df3fe27d8..2d429399cee3 100644
--- a/editors/openoffice.org-3/files/Makefile.knobs
+++ b/editors/openoffice.org-3/files/Makefile.knobs
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch:
diff --git a/editors/openoffice.org-vcltesttool/files/Makefile.knobs b/editors/openoffice.org-vcltesttool/files/Makefile.knobs
index e34df3fe27d8..2d429399cee3 100644
--- a/editors/openoffice.org-vcltesttool/files/Makefile.knobs
+++ b/editors/openoffice.org-vcltesttool/files/Makefile.knobs
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG}
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil
+.else
+CONFIGURE_ARGS+= --enable-symbols=SMALL
.endif
pre-fetch: