svn commit: r442678 - in head/audio/gogglesmm: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 18:10:31 UTC 2017


Author: sunpoet
Date: Mon Jun  5 18:10:29 2017
New Revision: 442678
URL: https://svnweb.freebsd.org/changeset/ports/442678

Log:
  Fix build with SQLite 3.19.2
  
  Approved by:	portmgr (blanket)

Added:
  head/audio/gogglesmm/files/patch-src-GMDatabase.h   (contents, props changed)
Modified:
  head/audio/gogglesmm/Makefile

Modified: head/audio/gogglesmm/Makefile
==============================================================================
--- head/audio/gogglesmm/Makefile	Mon Jun  5 17:28:14 2017	(r442677)
+++ head/audio/gogglesmm/Makefile	Mon Jun  5 18:10:29 2017	(r442678)
@@ -16,7 +16,6 @@ LIB_DEPENDS=	libtag.so:audio/taglib \
 		libexpat.so:textproc/expat2 \
 		libFOX-1.7.so:x11-toolkits/fox17
 
-BROKEN=			fails to compile: sqlite3.h:3712:16: elaborated type refers to a typedef
 BROKEN_powerpc64=	fails to compile: ap_mad.cpp:358:2: \#error fixme
 
 USE_GITHUB=	yes

Added: head/audio/gogglesmm/files/patch-src-GMDatabase.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gogglesmm/files/patch-src-GMDatabase.h	Mon Jun  5 18:10:29 2017	(r442678)
@@ -0,0 +1,11 @@
+--- src/GMDatabase.h.orig	2017-03-29 02:18:22 UTC
++++ src/GMDatabase.h
+@@ -21,7 +21,7 @@
+ 
+ struct sqlite3_stmt;
+ struct sqlite3;
+-typedef struct Mem sqlite3_value;
++typedef struct sqlite3_value sqlite3_value;
+ struct sqlite3_context;
+ 
+ 


More information about the svn-ports-all mailing list