diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-02 09:31:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-02 09:31:06 +0800 |
commit | 9d4f6e053d3dcfd84ab38ab5856d9b4d1d7dcaec (patch) | |
tree | e54c457d3d4262d808ceb9cdf63f12dc2b79867d /databases | |
parent | 1dae919591d5d8760a4f0d7c8bfb24c228f2f8d2 (diff) | |
download | freebsd-ports-gnome-9d4f6e053d3dcfd84ab38ab5856d9b4d1d7dcaec.tar.gz freebsd-ports-gnome-9d4f6e053d3dcfd84ab38ab5856d9b4d1d7dcaec.tar.zst freebsd-ports-gnome-9d4f6e053d3dcfd84ab38ab5856d9b4d1d7dcaec.zip |
Fix build with GCC-based architectures.
PR: 232864
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbixx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/dbixx/Makefile b/databases/dbixx/Makefile index 9f87846de59c..309932591441 100644 --- a/databases/dbixx/Makefile +++ b/databases/dbixx/Makefile @@ -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 |