svn commit: r546830 - head/science/epte/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 20:59:09 UTC 2020


Author: tcberner
Date: Fri Aug 28 20:59:08 2020
New Revision: 546830
URL: https://svnweb.freebsd.org/changeset/ports/546830

Log:
  science/epte: fix build on recent current

Modified:
  head/science/epte/files/patch-setaudio.c

Modified: head/science/epte/files/patch-setaudio.c
==============================================================================
--- head/science/epte/files/patch-setaudio.c	Fri Aug 28 20:54:10 2020	(r546829)
+++ head/science/epte/files/patch-setaudio.c	Fri Aug 28 20:59:08 2020	(r546830)
@@ -1,5 +1,14 @@
---- setaudio.c.orig	2010-09-01 10:55:30.665968356 +0200
-+++ setaudio.c	2010-09-01 10:56:04.763401409 +0200
+--- setaudio.c.orig	1999-04-07 20:06:21 UTC
++++ setaudio.c
+@@ -297,7 +297,7 @@ modification follow.
+ #include <fcntl.h>
+ #include "periodic.h"
+ 
+-FILE *Audio;
++extern FILE *Audio;
+ int AudioFiles;
+ 
+ extern char *program_root;
 @@ -312,7 +312,7 @@ void setaudio ( void )
  char File_Name[1024];
  char *file_name;


More information about the svn-ports-all mailing list