diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-10 21:00:34 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-10 21:00:34 +0000 |
commit | fd784f5743583682d90056b0e0b4f29421f59c12 (patch) | |
tree | 61a0cafe67ca76e8b4beb5e2e0363267e0eae806 /editors | |
parent | 90c0a3d45850ab80eab186e82bbdf85750ab07d4 (diff) | |
download | FreeBSD-ports-fd784f5743583682d90056b0e0b4f29421f59c12.zip FreeBSD-ports-fd784f5743583682d90056b0e0b4f29421f59c12.tar.gz |
Matt just comitted the fix to CURRENT. Do not display the
message if CURRENT is used.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 6 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 6 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index d5cfe98..a89d94e 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -114,13 +114,15 @@ CONFIGURE_ARGS+= --enable-gcc3 .endif pre-fetch: +.if ${OSVERSION} < 500000 @${ECHO} - @${ECHO} OO setup is currently broken on STABLE and - @${ECHO} CURRENT. You'll need a system patch to solve + @${ECHO} OO setup is currently broken on STABLE + @${ECHO} You'll need a system patch to solve @${ECHO} this problem: @${ECHO} @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff @${ECHO} +.endif .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 d5cfe98..a89d94e 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -114,13 +114,15 @@ CONFIGURE_ARGS+= --enable-gcc3 .endif pre-fetch: +.if ${OSVERSION} < 500000 @${ECHO} - @${ECHO} OO setup is currently broken on STABLE and - @${ECHO} CURRENT. You'll need a system patch to solve + @${ECHO} OO setup is currently broken on STABLE + @${ECHO} You'll need a system patch to solve @${ECHO} this problem: @${ECHO} @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff @${ECHO} +.endif .if !defined(USE_GCC) || !defined(WITH_DEBUG) @${ECHO} @${ECHO} OPTIONS: diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index d5cfe98..a89d94e 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -114,13 +114,15 @@ CONFIGURE_ARGS+= --enable-gcc3 .endif pre-fetch: +.if ${OSVERSION} < 500000 @${ECHO} - @${ECHO} OO setup is currently broken on STABLE and - @${ECHO} CURRENT. You'll need a system patch to solve + @${ECHO} OO setup is currently broken on STABLE + @${ECHO} You'll need a system patch to solve @${ECHO} this problem: @${ECHO} @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff @${ECHO} +.endif .if !defined(USE_GCC) || !defined(WITH_DEBUG) @${ECHO} @${ECHO} OPTIONS: |