openbsd-ports/devel/llvm/patches/patch-Makefile_config_in
brad cc75b05c01 Update to LLVM 3.2 and switces to __guard_local for stack protector support.
Initial work from landry@ with some fixes and further tweaking from pascal@ and brad@

ok sthen@ landry@
2012-12-23 20:49:29 +00:00

18 lines
710 B
Plaintext

$OpenBSD: patch-Makefile_config_in,v 1.7 2012/12/23 20:49:29 brad Exp $
--- Makefile.config.in.orig Mon Oct 1 20:40:32 2012
+++ Makefile.config.in Sun Dec 9 22:09:00 2012
@@ -97,11 +97,11 @@ endif
PROJ_bindir := $(PROJ_prefix)/bin
PROJ_libdir := $(PROJ_prefix)/lib
PROJ_datadir := $(PROJ_prefix)/share
-PROJ_docsdir := $(PROJ_prefix)/docs/llvm
+PROJ_docsdir := $(PROJ_prefix)/share/doc/llvm
PROJ_etcdir := $(PROJ_prefix)/etc/llvm
PROJ_includedir := $(PROJ_prefix)/include
PROJ_infodir := $(PROJ_prefix)/info
-PROJ_mandir := $(PROJ_prefix)/share/man
+PROJ_mandir := $(PROJ_prefix)/man
# Determine if we're on a unix type operating system
LLVM_ON_UNIX:=@LLVM_ON_UNIX@