Index: head/databases/libpg_query/Makefile =================================================================== --- head/databases/libpg_query/Makefile (revision 557179) +++ head/databases/libpg_query/Makefile (revision 557180) @@ -1,28 +1,28 @@ # Created by: Matthias Fechner # $FreeBSD$ PORTNAME= libpg_query DISTVERSION= 10-1.0.3 PORTREVISION= 1 CATEGORIES= databases devel MAINTAINER= mfechner@FreeBSD.org COMMENT= C library for accessing the PostgreSQL parser outside of the server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake pgsql +USES= compiler:c11 gmake pgsql USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= lfittl do-install: ${INSTALL_DATA} ${WRKSRC}/libpg_query.a ${STAGEDIR}${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/pg_query.h ${STAGEDIR}${PREFIX}/include/ PLIST_FILES= include/pg_query.h \ lib/libpg_query.a .include Index: head/databases/libpg_query/files/patch-src_postgres_include_port_atomics.h =================================================================== --- head/databases/libpg_query/files/patch-src_postgres_include_port_atomics.h (nonexistent) +++ head/databases/libpg_query/files/patch-src_postgres_include_port_atomics.h (revision 557180) @@ -0,0 +1,11 @@ +--- src/postgres/include/port/atomics.h.orig 2020-12-06 21:56:04 UTC ++++ src/postgres/include/port/atomics.h +@@ -71,7 +71,7 @@ + #elif defined(__ia64__) || defined(__ia64) + #include "port/atomics/arch-ia64.h" + #elif defined(__ppc__) || defined(__powerpc__) || defined(__ppc64__) || defined(__powerpc64__) +-#include "port/atomics/arch-ppc.h" ++#include + #elif defined(__hppa) || defined(__hppa__) + #include "port/atomics/arch-hppa.h" + #endif Property changes on: head/databases/libpg_query/files/patch-src_postgres_include_port_atomics.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property