aboutsummaryrefslogtreecommitdiff
path: root/audio/ocp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2020-06-20 10:31:52 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2020-06-20 10:31:52 +0000
commitb52e1b42ac4e7a5daa1e7febd9fc25756129bcbd (patch)
treef648470f6aaf798ef89c04ff47e7ac64ce688dcd /audio/ocp
parent5848449d6ce44fbf1c676b20a4a46700be23d7c0 (diff)
downloadports-b52e1b42ac4e7a5daa1e7febd9fc25756129bcbd.tar.gz
ports-b52e1b42ac4e7a5daa1e7febd9fc25756129bcbd.zip
Patch fails due to the fact that the file to patch contains CRLFs. Use
dos2unix to fix build. Quarterly branch is not affected. Reported by: pkg-fallout Pointy hat: pkubaj
Notes
Notes: svn path=/head/; revision=539731
Diffstat (limited to 'audio/ocp')
-rw-r--r--audio/ocp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 2ee90b3cbe7d..437dc2aac30f 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -23,8 +23,8 @@ LIB_DEPENDS= libid3tag.so:audio/libid3tag \
libsidplay.so:audio/libsidplay \
libvorbis.so:audio/libvorbis
-USES= compiler:c11 gmake gnome iconv localbase:ldflags makeinfo \
- ncurses pkgconfig tar:xz
+USES= compiler:c11 dos2unix gmake gnome iconv localbase:ldflags \
+ makeinfo ncurses pkgconfig tar:xz
USE_GITHUB= yes
GH_ACCOUNT= mywave82