diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-05-05 17:46:41 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-05-05 17:46:41 +0000 |
commit | b247d02a7dba83e1c2c83d88125f8a0f09f0a232 (patch) | |
tree | eca76f63a42077da1e4bd7f138cd72fd31525634 /audio | |
parent | 84ba858fd121bcdba0027f2014645b08aaf58197 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/portaudio/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index 7de276643fe9..f5d32b863020 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -20,6 +20,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_DOS2UNIX= yes + PLIST_SUB+= SHLIB_VERSION=${SHLIB_VERSION} SHLIB_VERSION= 0 @@ -33,12 +35,6 @@ PLIST_SUB+= WITH_PATESTS="@comment " PLIST_SUB+= WITH_PATESTS="" .endif -pre-patch: -# replace \r\n with \n - @${FIND} ${WRKSRC} -type f \ - | ${XARGS} -x -n 10 \ - ${REINPLACE_CMD} -E \ - -e 's|
||' post-patch: # replace obsolete headers, and fix up thread library @${FIND} ${WRKSRC} -type f \ |