summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
authorjose17112017-01-20 22:41:10 +0100
committerjose17112017-01-20 22:41:10 +0100
commit3a58104a141c7aa83b161953c5aa2218cb515880 (patch)
treeafddca22d97974667b0b6f03a476a134c4873e0c /makefile.patch
downloadaur-mpgedit.tar.gz
Initial commit
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000000000000..2ce50152bb21
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,12 @@
+diff -aur mpgedit_0-75dev2_src/mpgedit/gui/makefile.linux mpgedit_0-75dev2_src.new/mpgedit/gui/makefile.linux
+--- mpgedit_0-75dev2_src/mpgedit/gui/makefile.linux 2009-04-07 17:21:23.000000000 +0200
++++ mpgedit_0-75dev2_src.new/mpgedit/gui/makefile.linux 2017-01-20 20:11:37.000000000 +0100
+@@ -18,7 +18,7 @@
+ ledtime.o
+
+ xmpgedit: $(XMPGEDIT_OBJS) ../libmpgeditlib.a
+- $(CC) $(LDFLAGS) $(XMPGEDIT_OBJS) -o xmpgedit -L.. -lmpgeditlib \
++ $(CC) $(LDFLAGS) $(XMPGEDIT_OBJS) -o xmpgedit -L.. -lmpgeditlib -ldl \
+ `pkg-config --libs gtk+-2.0` $(EFENCE)
+
+