summaryrefslogtreecommitdiff
path: root/extra/emelfm2/emelfm2-0.8.0-dsofix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/emelfm2/emelfm2-0.8.0-dsofix.patch')
-rw-r--r--extra/emelfm2/emelfm2-0.8.0-dsofix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/emelfm2/emelfm2-0.8.0-dsofix.patch b/extra/emelfm2/emelfm2-0.8.0-dsofix.patch
deleted file mode 100644
index e9eb12405..000000000
--- a/extra/emelfm2/emelfm2-0.8.0-dsofix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile 2011-06-06 11:10:28.000000000 +0200
-+++ b/Makefile 2012-02-27 18:20:11.000000000 +0100
-@@ -382,7 +382,7 @@
-
- $(TARGET): $(OBJECTS)
- @echo "linking binary '$(TARGET)'"
-- @$(CC) $(LDFLAGS) $(OBJECTS) -o $(TARGET) -Wl,--as-needed $(lLIBS)
-+ @$(CC) $(LDFLAGS) $(OBJECTS) -o $(TARGET) -lm -ldl -Wl,--as-needed $(lLIBS)
- ifeq ($(STRIP), 1)
- ifneq ($(DEBUG), 1)
- @echo "stripping binary '$(TARGET)'"