pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

swi-prolog-lite: Pass -fPIC so swi-prolog-jpl will link



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Sep 26 12:15:16 2018 +0200
Changeset:	83bc59f75773c74a098bd0992d8962ba8c9ed0ed

Modified Files:
	swi-prolog-lite/Makefile.common

Log Message:
swi-prolog-lite: Pass -fPIC so swi-prolog-jpl will link

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83bc59f75773c74a098bd0992d8962ba8c9ed0ed

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 swi-prolog-lite/Makefile.common | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/swi-prolog-lite/Makefile.common b/swi-prolog-lite/Makefile.common
index 9e7cd7539a..ffd55b0b7e 100644
--- a/swi-prolog-lite/Makefile.common
+++ b/swi-prolog-lite/Makefile.common
@@ -16,3 +16,5 @@ LICENSE=		gnu-lgpl-v2.1
 DIST_SUBDIR=		swi-prolog
 DISTINFO_FILE=		${.CURDIR}/../../wip/swi-prolog-lite/distinfo
 PATCHDIR=		${.CURDIR}/../../wip/swi-prolog-lite/patches
+
+CFLAGS+=		-fPIC


Home | Main Index | Thread Index | Old Index