Date: Tue, 29 Jun 1999 19:51:05 -0500 (CDT) From: dcarmich@xnet.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12455: I have fixed the mikmod port to compile under 3.2-RELEASE Message-ID: <199906300051.TAA46556@dcarmich.xnet.com>
next in thread | raw e-mail | index | archive | help
>Number: 12455 >Category: ports >Synopsis: I have fixed the mikmod port to compile under 3.2-RELEASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: FreeBSD 3.2-RELEASE i386 >Organization: none >Environment: N/A >Description: I have fixed the mikmod port to compile under 3.2-RELEASE. >How-To-Repeat: N/A >Fix: Apply this patch to the mikmod port: diff -crN mikmod.old/patches/patch-aa mikmod/patches/patch-aa *** mikmod.old/patches/patch-aa Wed Dec 31 18:00:00 1969 --- mikmod/patches/patch-aa Tue Jun 29 19:34:59 1999 *************** *** 0 **** --- 1,19 ---- + *** src/mikmod.c.old Tue Jun 29 18:02:29 1999 + --- src/mikmod.c Tue Jun 29 18:03:14 1999 + *************** + *** 624,630 **** + puts(mikbanner); + + /* initialize volume and tempo multipliers */ + ! if (MikMod_Init()) + exit_player(1,"MikMod initialisation error : %s\n",MikMod_strerror(MikMod_errno)); + library_on=1; + + --- 624,630 ---- + puts(mikbanner); + + /* initialize volume and tempo multipliers */ + ! if (MikMod_Init("")) + exit_player(1,"MikMod initialisation error : %s\n",MikMod_strerror(MikMod_errno)); + library_on=1; + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906300051.TAA46556>