diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /audio/rezound | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) |
Notes
Diffstat (limited to 'audio/rezound')
-rw-r--r-- | audio/rezound/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 0436d22566af..bc0bcde83f21 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -108,12 +108,8 @@ PLIST_SUB+= NLS="@comment " post-patch: .SILENT ${REINPLACE_CMD} -e '/atoll/d' ${WRKSRC}/config/platform/bsd.h -.if ${OSVERSION} > 502112 ${REINPLACE_CMD} -e '/round/d' ${WRKSRC}/config/platform/bsd.h -.endif -.if ${OSVERSION} > 502120 ${REINPLACE_CMD} -e '/nearbyint/d' ${WRKSRC}/config/platform/bsd.h -.endif ${REINPLACE_CMD} -E 's,(_nl_expand_alias \()\),\1...),' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's,$$(prefix)/doc,$$(datadir)/doc,' \ ${WRKSRC}/config/am_include.mk ${WRKSRC}/Makefile.in \ |