diff options
author | maho <maho@FreeBSD.org> | 2005-06-27 09:52:22 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-06-27 09:52:22 +0800 |
commit | 1cee8fba5617415fb736b5277a58520a8043e9f6 (patch) | |
tree | e45a2cf49d2cf1a29c46b5bba58b8682bedbbae1 /editors/openoffice.org-3-RC | |
parent | 38634a4c3f2b7787aa46425e81be77cd2b2472c7 (diff) | |
download | freebsd-ports-gnome-1cee8fba5617415fb736b5277a58520a8043e9f6.tar.gz freebsd-ports-gnome-1cee8fba5617415fb736b5277a58520a8043e9f6.tar.zst freebsd-ports-gnome-1cee8fba5617415fb736b5277a58520a8043e9f6.zip |
Dmitry Sivachenko has just checked-in a patch to fltk such that openoffice
now builds even if you have fltk installed.
Submitted by: Mike Durian <durian@shadetreesoftware.com>
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 41c9f901bbb5..a3ae0ad66bb0 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -47,9 +47,6 @@ JAVA_BUILD= jdk .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif -.if exists(${X11BASE}/bin/fltk-config) -BROKEN= "Please deinstall fltk, currently causes a build failure" -.endif CODELINE= 680 RELEASE_NR= 1.9 |