pkgsrc-wip/llvm/patches/patch-ac
Blue Rats 8d3fd3ecb1 Catch up. Set LICENSE to modified-bsd AND mit (third-party parts);
Uncommented the removal of the executable bit in post-install for static
libraries; Include pyversion.mk, as package now needs python. Updated
patches/patch-ac to reflect changes in source file. Added patch-utils_*
to fix a portability failure. Regenerated PLIST and distinfo;
2013-05-04 14:49:47 +00:00

16 lines
544 B
Text

$NetBSD: patch-ac,v 1.11 2013/05/04 14:49:48 othyro Exp $
--- Makefile.rules.orig 2013-05-04 12:15:44.000000000 +0000
+++ Makefile.rules
@@ -641,9 +641,9 @@ ifneq ($(HOST_OS), $(filter $(HOST_OS),
ifdef TOOLNAME
LD.Flags += $(RPATH) -Wl,'$$ORIGIN/../lib'
ifdef EXAMPLE_TOOL
- LD.Flags += $(RPATH) -Wl,$(ExmplDir) $(DynamicFlag)
+ LD.Flags += $(RPATH) $(DynamicFlag)
else
- LD.Flags += $(RPATH) -Wl,$(ToolDir) $(DynamicFlag)
+ LD.Flags += $(RPATH) $(DynamicFlag)
endif
endif
else