svn commit: r546683 - head/games/awele/files

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 20:04:03 UTC 2020


Author: tcberner
Date: Thu Aug 27 20:04:02 2020
New Revision: 546683
URL: https://svnweb.freebsd.org/changeset/ports/546683

Log:
  games/awele: fix build on recent current

Added:
  head/games/awele/files/patch-awele.h   (contents, props changed)

Added: head/games/awele/files/patch-awele.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/awele/files/patch-awele.h	Thu Aug 27 20:04:02 2020	(r546683)
@@ -0,0 +1,11 @@
+--- awele.h.orig	2020-08-27 20:02:51 UTC
++++ awele.h
+@@ -14,7 +14,7 @@
+ #define DEFAULT_FILENAME "awele.save"
+ 
+ /* nom du fichier de sauvegarde */
+-char nomfich[80] ;
++extern char nomfich[80] ;
+ 
+ typedef struct {
+     char board[TOTAL_SIZE] ; /* l'echiquier */


More information about the svn-ports-head mailing list