Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 01:31:07 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483755 - head/databases/dbixx
Message-ID:  <201811020131.wA21V7M8035999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Nov  2 01:31:06 2018
New Revision: 483755
URL: https://svnweb.freebsd.org/changeset/ports/483755

Log:
  Fix build with GCC-based architectures.
  
  PR:		232864
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/dbixx/Makefile

Modified: head/databases/dbixx/Makefile
==============================================================================
--- head/databases/dbixx/Makefile	Fri Nov  2 01:24:15 2018	(r483754)
+++ head/databases/dbixx/Makefile	Fri Nov  2 01:31:06 2018	(r483755)
@@ -17,7 +17,7 @@ LIB_DEPENDS+=	libdbi.so:databases/libdbi
 BUILD_DEPENDS=	libdbi-drivers>=0:databases/libdbi-drivers
 
 GNU_CONFIGURE=	yes
-USES=		libtool pathfix
+USES=		libtool localbase:ldflags pathfix
 USE_LDCONFIG=	yes
 USE_GCC=	any
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811020131.wA21V7M8035999>