diff options
author | adamw <adamw@FreeBSD.org> | 2014-11-20 11:33:27 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-11-20 11:33:27 +0800 |
commit | 008b05ca47def0e079f22694f78c99323608865b (patch) | |
tree | 38aad546f3b8d34036ad139e319f069de1b18558 /mail | |
parent | f200b7defe73edf2daddf1500026550a7955b136 (diff) | |
download | freebsd-ports-gnome-008b05ca47def0e079f22694f78c99323608865b.tar.gz freebsd-ports-gnome-008b05ca47def0e079f22694f78c99323608865b.tar.zst freebsd-ports-gnome-008b05ca47def0e079f22694f78c99323608865b.zip |
Allow the port to build on arm.
I don't think this requires a PORTREVISION bump, but someone will
correct me if I'm wrong.
PR: 195168
Submitted by: Ronald Klop
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index e3fad2a2314a..a2df5b6724dd 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -110,10 +110,6 @@ PORTEXAMPLES= * .include <bsd.port.options.mk> -.if ${ARCH} == "arm" -BROKEN= Does not build on arm -.endif - CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} LDFLAGS+= -L${LOCALBASE}/lib -I${OPENSSLLIB} |