diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-09-17 09:09:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-09-17 09:09:49 +0000 |
commit | 5d9e1a3231f266bd63353f7ffd6d040cc2c91d69 (patch) | |
tree | b89011e6b7d1576a9c7950f1c56d98d8097e76a1 /editors/ved/Makefile | |
parent | e0c31886c604871197248c25838ff772a507b401 (diff) |
Notes
Diffstat (limited to 'editors/ved/Makefile')
-rw-r--r-- | editors/ved/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 3af72af37c37..f0891c230c73 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -25,6 +25,9 @@ PLIST_DIRS= %%DATADIR%% .if ${ARCH} == "ia64" BROKEN= does not compile on ia64 .endif +.if ${ARCH} == "sparc64" && ${OSVERSION} < 800000 +BROKEN= does not install on sparc64-7 +.endif post-patch: ${REINPLACE_CMD} -e 's|^COPTOPT=.*$$|COPTOPT= ${CFLAGS}|g ; \ |