summaryrefslogtreecommitdiff
path: root/dev-libs/OpenNI2/files/rpath.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-libs/OpenNI2/files/rpath.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-libs/OpenNI2/files/rpath.patch')
-rw-r--r--dev-libs/OpenNI2/files/rpath.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/OpenNI2/files/rpath.patch b/dev-libs/OpenNI2/files/rpath.patch
deleted file mode 100644
index 9203733ee80e..000000000000
--- a/dev-libs/OpenNI2/files/rpath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: OpenNI2-9999/ThirdParty/PSCommon/BuildSystem/CommonCppMakefile
-===================================================================
---- OpenNI2-9999.orig/ThirdParty/PSCommon/BuildSystem/CommonCppMakefile
-+++ OpenNI2-9999/ThirdParty/PSCommon/BuildSystem/CommonCppMakefile
-@@ -93,8 +93,6 @@ ifneq "$(LIB_NAME)" ""
- endif
- ifneq "$(EXE_NAME)" ""
- OUTPUT_NAME = $(EXE_NAME)
-- # We want the executables to look for the .so's locally first:
-- LDFLAGS += -Wl,-rpath ./
- OUTPUT_COMMAND = $(CXX) -o $(OUTPUT_FILE) $(OBJ_FILES) $(LDFLAGS)
- endif
- ifneq "$(SLIB_NAME)" ""