openbsd-ports/devel/llvm/patches/patch-lib_Transforms_Makefile
sthen e377137feb - don't build Hello sample module, it builds a shared library with
an odd filename which doesn't get correctly identified by pkg tools,
and isn't really useful to provide in the package anyway
- cnst@ points out this is actually a post-2.4 snapshot, change the
PKGNAME accordingly
2008-11-12 15:46:32 +00:00

13 lines
448 B
Plaintext

$OpenBSD: patch-lib_Transforms_Makefile,v 1.1 2008/11/12 15:46:33 sthen Exp $
--- lib/Transforms/Makefile.orig Tue Nov 11 14:10:06 2008
+++ lib/Transforms/Makefile Tue Nov 11 14:10:12 2008
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO
include $(LEVEL)/Makefile.common