pkgsrc-WIP-changes archive

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

sc-im: Remove hacks.mk



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Wed Jan 16 13:45:18 2019 +0100
Changeset:	042e7ebd17b20ba3ac298e151e76bf7f9c8e226a

Removed Files:
	sc-im/hacks.mk

Log Message:
sc-im: Remove hacks.mk

The libdl hack is no longer needed because the correct flags are now
passed to the Makefile directly.

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

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

diffstat:
 sc-im/hacks.mk | 9 ---------
 1 file changed, 9 deletions(-)

diffs:
diff --git a/sc-im/hacks.mk b/sc-im/hacks.mk
deleted file mode 100644
index b8ee5383cf..0000000000
--- a/sc-im/hacks.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# $NetBSD$
-
-# On Debian the build fails due to missing -ldl even though
-# dlopen.buildlink3.mk is imported and USE_BUILTIN.dl resolves to 'yes'.
-#
-# It seems that DL_LIBS is populated from BUILDLINK_LIBS.dl but
-# dlopen.builtin.mk assigns BUILDLINK_DLADD.dl which never ends up in DL_LIBS.
-
-BUILDLINK_LIBS.dl+=	${BUILDLINK_LDADD.dl}


Home | Main Index | Thread Index | Old Index