diff options
Diffstat (limited to 'comms/asterisk18/Makefile')
-rw-r--r-- | comms/asterisk18/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index d3d4f61cad5..5e64ed4157f 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/04/30 02:33:21 jnemeth Exp $ +# $NetBSD: Makefile,v 1.33 2012/05/04 16:06:14 joerg Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -90,6 +90,7 @@ MAKE_FLAGS+= WRKSRC=${WRKSRC} MAKE_FLAGS+= LDOPTS=${LDFLAGS:M*:Q} MAKE_FLAGS+= HTTP_DOCSDIR=${PREFIX}/share/httpd/htdocs MAKE_FLAGS+= HTTP_CGIDIR=${PREFIX}/libexec/cgi-bin +MAKE_FLAGS+= OPTIMIZE= .if !empty(MACHINE_PLATFORM:MSunOS-*-i386) BUILDLINK_TRANSFORM+= rm:-march=i386 |