diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-10 20:57:15 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-10 20:57:15 +0800 |
commit | 5f900e34c4a873e84a46edfa45136dced08f1282 (patch) | |
tree | 00b40ecd324952e1ad730c13e4fe81e7da91ec74 /editors | |
parent | f9d5439f66be4eeae569f5b9e3ae4e955eadc6de (diff) | |
download | freebsd-ports-gnome-5f900e34c4a873e84a46edfa45136dced08f1282.tar.gz freebsd-ports-gnome-5f900e34c4a873e84a46edfa45136dced08f1282.tar.zst freebsd-ports-gnome-5f900e34c4a873e84a46edfa45136dced08f1282.zip |
Add message about broken FreeBSD rtld and needed system patch.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 7 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 7 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index f4340b11fb80..256989ebe8fb 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -114,6 +114,13 @@ CONFIGURE_ARGS+= --enable-gcc3 .endif pre-fetch: + @${ECHO} + @${ECHO} OO setup is currently broken on STABLE and + @${ECHO} CURRENT. You'll need a system patch to solve + @${ECHO} this problem: + @${ECHO} + @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff + @${ECHO} .if !defined(USE_GCC) || !defined(WITH_DEBUG) @${ECHO} @${ECHO} OPTIONS: diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index f4340b11fb80..256989ebe8fb 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -114,6 +114,13 @@ CONFIGURE_ARGS+= --enable-gcc3 .endif pre-fetch: + @${ECHO} + @${ECHO} OO setup is currently broken on STABLE and + @${ECHO} CURRENT. You'll need a system patch to solve + @${ECHO} this problem: + @${ECHO} + @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff + @${ECHO} .if !defined(USE_GCC) || !defined(WITH_DEBUG) @${ECHO} @${ECHO} OPTIONS: diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index f4340b11fb80..256989ebe8fb 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -114,6 +114,13 @@ CONFIGURE_ARGS+= --enable-gcc3 .endif pre-fetch: + @${ECHO} + @${ECHO} OO setup is currently broken on STABLE and + @${ECHO} CURRENT. You'll need a system patch to solve + @${ECHO} this problem: + @${ECHO} + @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff + @${ECHO} .if !defined(USE_GCC) || !defined(WITH_DEBUG) @${ECHO} @${ECHO} OPTIONS: |