summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-07 08:42:33 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-07 08:42:33 +0000
commit9d052c77012eebd7074594f324b2e6a645d4e9d9 (patch)
tree73aa68181eb3d9c4519da0945e8a22d6fa91d28c /editors
parentAdd l5 1.2, file Integrity Assessment Tool. (diff)
- Remove bogus dependency on pth
- Use USE_GCC=3.1 in STABLE cause gcc 2.95.4 is broken again for the OO.org build.
Notes
Notes: svn path=/head/; revision=62548
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/Makefile9
-rw-r--r--editors/openoffice.org-1.0/Makefile9
-rw-r--r--editors/openoffice/Makefile9
3 files changed, 24 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index cd7f903c7cec..d4f17cb0aaad 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -49,6 +49,14 @@ DESCR= ${.CURDIR}/pkg-descr
LANG_EXT=01
.endif
+.if ${OSVERSION} < 500000
+#
+# OO build is broken with the system gcc on STABLE.
+#
+USE_GCC=3.1
+.else
+.endif
+
.if ${OSVERSION} > 500000
#
# OO is still broken with the system gcc on CURRENT.
@@ -89,7 +97,6 @@ BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer
.endif
-LIB_DEPENDS+= pth.14:${PORTSDIR}/devel/pth
USE_PERL5= yes
USE_XLIB= yes
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index cd7f903c7cec..d4f17cb0aaad 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -49,6 +49,14 @@ DESCR= ${.CURDIR}/pkg-descr
LANG_EXT=01
.endif
+.if ${OSVERSION} < 500000
+#
+# OO build is broken with the system gcc on STABLE.
+#
+USE_GCC=3.1
+.else
+.endif
+
.if ${OSVERSION} > 500000
#
# OO is still broken with the system gcc on CURRENT.
@@ -89,7 +97,6 @@ BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer
.endif
-LIB_DEPENDS+= pth.14:${PORTSDIR}/devel/pth
USE_PERL5= yes
USE_XLIB= yes
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index cd7f903c7cec..d4f17cb0aaad 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -49,6 +49,14 @@ DESCR= ${.CURDIR}/pkg-descr
LANG_EXT=01
.endif
+.if ${OSVERSION} < 500000
+#
+# OO build is broken with the system gcc on STABLE.
+#
+USE_GCC=3.1
+.else
+.endif
+
.if ${OSVERSION} > 500000
#
# OO is still broken with the system gcc on CURRENT.
@@ -89,7 +97,6 @@ BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/XFree86-4-VirtualFramebufferServer
.endif
-LIB_DEPENDS+= pth.14:${PORTSDIR}/devel/pth
USE_PERL5= yes
USE_XLIB= yes