summaryrefslogtreecommitdiff
path: root/media-gfx/gmic/files/gmic-3.1.6-relative_rpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gmic/files/gmic-3.1.6-relative_rpath.patch')
-rw-r--r--media-gfx/gmic/files/gmic-3.1.6-relative_rpath.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-gfx/gmic/files/gmic-3.1.6-relative_rpath.patch b/media-gfx/gmic/files/gmic-3.1.6-relative_rpath.patch
deleted file mode 100644
index e2da793f31a8..000000000000
--- a/media-gfx/gmic/files/gmic-3.1.6-relative_rpath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -187,7 +187,7 @@
- ifndef NO_SRIPDLIB
- MANDATORY_CFLAGS += -std=c++11 -pedantic
- endif
--MANDATORY_LIBS += -L. -L$(USR)/$(LIB) -Wl,-rpath,.
-+MANDATORY_LIBS += -L. -L$(USR)/$(LIB)
- ifdef IS_GCC
- MANDATORY_CFLAGS += -Wall -Wextra -Wfatal-errors -Werror=unknown-pragmas -Werror=unused-label
- GCC_VER_GTEQ5 = $(shell expr `$(CXX) -dumpversion | cut -f1 -d.` \>= 5)