diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-10 12:57:15 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-10 12:57:15 +0000 |
commit | 06f0a65b672a7a6cf6b8e38e79f9ceda83ea878c (patch) | |
tree | 66af80b27ee6f2a6543043a29646d83ee133456a /editors | |
parent | 090cdb12b27e22e2eab4899f778dbb29a08150ee (diff) | |
download | ports-06f0a65b672a7a6cf6b8e38e79f9ceda83ea878c.tar.gz ports-06f0a65b672a7a6cf6b8e38e79f9ceda83ea878c.zip |
Add message about broken FreeBSD rtld and needed system patch.
Notes
Notes:
svn path=/head/; revision=61048
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: |