summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/lyx2html/files/lyx2html-0.2-ldflags.patch')
-rw-r--r--app-text/lyx2html/files/lyx2html-0.2-ldflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/lyx2html/files/lyx2html-0.2-ldflags.patch b/app-text/lyx2html/files/lyx2html-0.2-ldflags.patch
new file mode 100644
index 000000000000..a23897af40c8
--- /dev/null
+++ b/app-text/lyx2html/files/lyx2html-0.2-ldflags.patch
@@ -0,0 +1,13 @@
+Index: lyx2html-0.2/Makefile
+===================================================================
+--- lyx2html-0.2.orig/Makefile
++++ lyx2html-0.2/Makefile
+@@ -10,7 +10,7 @@ COPTS = -O3 -Wall
+ ############################################
+
+ all: $(OFILES)
+- $(CC) $(OFILES) -o lyx2html
++ $(CC) $(LDFLAGS) $(OFILES) -o lyx2html
+
+ document.o: document.h
+ main.o: main.h