diff options
Diffstat (limited to 'sci-libs/blis/files/blis-0.6.0-rpath.patch')
-rw-r--r-- | sci-libs/blis/files/blis-0.6.0-rpath.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-libs/blis/files/blis-0.6.0-rpath.patch b/sci-libs/blis/files/blis-0.6.0-rpath.patch deleted file mode 100644 index a8b5a46870d1..000000000000 --- a/sci-libs/blis/files/blis-0.6.0-rpath.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/common.mk b/common.mk -index ef0acfb..e1ce31d 100644 ---- a/common.mk -+++ b/common.mk -@@ -527,7 +527,7 @@ LIBBLIS_L := $(LIBBLIS_SO) - LIBBLIS_LINK := $(LIBBLIS_SO_PATH) - ifeq ($(IS_WIN),no) - # For Linux and OS X: set rpath property of shared object. --LDFLAGS += -Wl,-rpath,$(BASE_LIB_PATH) -+#LDFLAGS += -Wl,-rpath,$(BASE_LIB_PATH) - endif - endif - endif |