diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-06-20 18:31:52 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-06-20 18:31:52 +0800 |
commit | b52e1b42ac4e7a5daa1e7febd9fc25756129bcbd (patch) | |
tree | f648470f6aaf798ef89c04ff47e7ac64ce688dcd /audio | |
parent | 5848449d6ce44fbf1c676b20a4a46700be23d7c0 (diff) | |
download | freebsd-ports-gnome-b52e1b42ac4e7a5daa1e7febd9fc25756129bcbd.tar.gz freebsd-ports-gnome-b52e1b42ac4e7a5daa1e7febd9fc25756129bcbd.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 4 |
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 |