diff options
author | asami <asami@FreeBSD.org> | 1998-11-25 08:34:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-25 08:34:11 +0800 |
commit | ba317e05d15dfab6769ab642b08140d2847cb7c5 (patch) | |
tree | 5847af92e768bbce7f56d4c230d86c2ebc6b79e7 /audio | |
parent | 54d53f7596280f53c4aec7b77911742aaf4d3021 (diff) | |
download | freebsd-ports-gnome-ba317e05d15dfab6769ab642b08140d2847cb7c5.tar.gz freebsd-ports-gnome-ba317e05d15dfab6769ab642b08140d2847cb7c5.tar.zst freebsd-ports-gnome-ba317e05d15dfab6769ab642b08140d2847cb7c5.zip |
Mark this broken:
-------
===> Extracting for mikmod-3.0.4
>> Checksum OK for mikmod-3.0.4.tar.gz.
===> Patching for mikmod-3.0.4
1 out of 2 hunks failed--saving rejects to playercode/mplayer.c.rej
*** Error code 1
Stop.
*** Error code 1
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mikmod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index bc515fc1966c..0a20c61f17a7 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1998 # Whom: yoshiaki Uchikawa # -# $Id$ +# $Id: Makefile,v 1.6 1998/11/24 10:12:26 flathill Exp $ # DISTNAME= mikmod-3.0.4 @@ -12,6 +12,8 @@ MASTER_SITES= http://www.multimania.com/miodrag/mikmod/ MAINTAINER= yoshiaki@kt.rim.or.jp +BROKEN= patch + pre-patch: @(cd ${WRKSRC} ;\ ${CP} ${FILESDIR}/config.sh ${WRKSRC}; \ |