summaryrefslogtreecommitdiff
path: root/mk/dlopen.builtin.mk
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache1-5/+3
2013-11-01Move platform-specific code to the platform file.jperkin1-8/+5
2013-04-28Fixes builtin dl prefix other than /usr.obache1-2/+6
2012-05-04dlopen require pthread on OpenBSD too.obache1-2/+3
2010-07-04Add builtin support for Haiku.obache1-2/+5
2010-06-17back out previous -- it can cause problems at least with apache-1, anddrochner1-1/+46
2010-06-16drop the rule that programs which use dlopen() must link againstdrochner1-46/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-3/+1
2009-01-23Update DLOPEN_REQUIRE_PTHREADS pattern again.obache1-2/+5
2009-01-23Fixes DLOPEN_REQUIRE_PTHREADS patterns.obache1-2/+2
2009-01-23Added NetBSD>=4 to the list of platforms which need pthreads linked intoobache1-3/+2
2007-10-03Additional pattern matching NetBSD-3.1_STABLE-i386, forgotten in theheinz1-1/+2
2007-10-02Added NetBSD 3 to the list of platforms which need pthreads linked intoheinz1-2/+3
2005-06-26Darwin>=7.0 does not need devel/dlcompat.minskim1-4/+4
2005-06-09Clarify why dlopen.builtin.mk ignores PREFER_* values.jlam1-1/+6
2005-06-08The USE_BUILTIN.dl code got too complex in the previous commit.jlam1-22/+4
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-37/+65
2005-01-20Also match NetBSD security releases, e.g. 2.0.1, when deciding whetherjlam1-2/+3
2005-01-03Make IS_BUILTIN.dl work on Interix. Patch provided by Hiramatsu Yoshifumiminskim1-2/+2
2004-12-23Don't remove library options from the command line quite so aggressively.jlam1-3/+1
2004-12-02If we're using the builtin dlopen(), and libdl.* doesn't exist, thenjlam1-1/+3
2004-11-28Reverse the tests so that we actually check for the existence and notjlam1-6/+6
2004-11-26Match NetBSD-2.x_RCn as well as NetBSD-2.x.jlam1-2/+3
2004-11-26Move the section that defines DLOPEN_REQUIRE_PTHREAD outside of thejlam1-22/+22
2004-11-26Don't auto-add -ldl to LIBS since most GNU configure scripts alreadyjlam1-2/+6
2004-11-26Move all dlopen-handling code into dlopen.{builtin,buildlink3}.mk.jlam1-3/+5
2004-11-26Split dlopen.buildlink3.mk into two files: dlopen.buildlink3.mk, whichjlam1-0/+79