summaryrefslogtreecommitdiff
path: root/extra/emelfm2
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-04 20:00:41 +0000
commitb2c353d874b85e06f355a9419852e2616613c7d0 (patch)
treef0773e0a930d308198ef5036d4f74e7f53015e6e /extra/emelfm2
parent0a24fb835cac4007388213ad0afb15257b035b14 (diff)
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'extra/emelfm2')
-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)'"