summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-31 07:47:20 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-31 07:47:20 +0000
commit93d30ff22ebe31ccd65cb91f0690fd8a15853f8b (patch)
tree9666fe2630bd613ab40637ab33181c3041f20988
parentUpdate checksum, as the authors of bibtex2html released a slightly modified (diff)
Add new mozdist, compiled with -DDEBUG and -g. Thould help to finish
a -WITH_DEBUG=2 build.
Notes
Notes: svn path=/head/; revision=63777
-rw-r--r--editors/openoffice-1.0/Makefile4
-rw-r--r--editors/openoffice.org-1.0/Makefile4
-rw-r--r--editors/openoffice/Makefile4
3 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 61959f65cb26..650cf745345d 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -84,7 +84,11 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-5-gcc3.1-system.tar.gz
.endif
.else
.if defined(USE_GCC) && ${USE_GCC} == 3.1
+.if defined(WITH_DEBUG) && ${WITH_DEBUG} == 2
+MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-debug-ports.tar.gz
+.else
MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-ports.tar.gz
+.endif
.else
MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz
.endif
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index 61959f65cb26..650cf745345d 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -84,7 +84,11 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-5-gcc3.1-system.tar.gz
.endif
.else
.if defined(USE_GCC) && ${USE_GCC} == 3.1
+.if defined(WITH_DEBUG) && ${WITH_DEBUG} == 2
+MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-debug-ports.tar.gz
+.else
MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-ports.tar.gz
+.endif
.else
MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz
.endif
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 61959f65cb26..650cf745345d 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -84,7 +84,11 @@ MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-5-gcc3.1-system.tar.gz
.endif
.else
.if defined(USE_GCC) && ${USE_GCC} == 3.1
+.if defined(WITH_DEBUG) && ${WITH_DEBUG} == 2
+MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-debug-ports.tar.gz
+.else
MOZILLADIST= oo_moz_1.0_i386_FreeBSD-4-gcc3.1-ports.tar.gz
+.endif
.else
MOZILLADIST= oo_moz1.0RC3_${ARCH}_FreeBSD-4-gcc2.95-system.tar.gz
.endif