diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-10 21:00:34 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-10 21:00:34 +0000 |
commit | a4fc48469ff9f3cd6d0a799d81dbc71d76986aa6 (patch) | |
tree | e961d2d4830f7c8f0944682bd352e3ff12bbca27 /editors | |
parent | 130d72fe7f8d0411b694eb16e6c4f78d960d7e92 (diff) | |
download | ports-a4fc48469ff9f3cd6d0a799d81dbc71d76986aa6.tar.gz ports-a4fc48469ff9f3cd6d0a799d81dbc71d76986aa6.zip |
Notes
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 d5cfe9801eba..a89d94e8234b 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 d5cfe9801eba..a89d94e8234b 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 d5cfe9801eba..a89d94e8234b 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: |