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
This commit is contained in:
Adam Weinberger 2014-11-20 03:33:27 +00:00
parent ca242332ad
commit cff1d68402
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372831

View file

@ -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}