svn commit: r547524 - head/audio/gtick/files

Ganael LAPLANCHE martymac at FreeBSD.org
Fri Sep 4 10:37:43 UTC 2020


Author: martymac
Date: Fri Sep  4 10:37:42 2020
New Revision: 547524
URL: https://svnweb.freebsd.org/changeset/ports/547524

Log:
  Fix build with llvm11 (duplicate symbol errors)

Added:
  head/audio/gtick/files/
  head/audio/gtick/files/patch-src-optionlexer.l   (contents, props changed)

Added: head/audio/gtick/files/patch-src-optionlexer.l
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gtick/files/patch-src-optionlexer.l	Fri Sep  4 10:37:42 2020	(r547524)
@@ -0,0 +1,11 @@
+--- src/optionlexer.l.orig	2007-08-14 20:12:44 UTC
++++ src/optionlexer.l
+@@ -40,7 +40,7 @@
+ #include "optionlexer.h"
+ 
+ char* option_filename;
+-YYLTYPE option_lloc;
++extern YYLTYPE option_lloc;
+ 
+ void option_locate();
+ %}


More information about the svn-ports-all mailing list