diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 5c65beb..780df63 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -29,6 +29,10 @@ INSTALLS_OMF= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Linker error" +.endif + post-patch: @${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure |