openbsd-ports/print/lyx/patches/patch-src_frontends_qt2_Makefile_in
sturm 791978b727 build Dialogs.C without optimization in order to get reasonable build
times on an i386 with only 256MB (minutes vs hours)

ok Zvezdan Petkovic <zvezdan at cs.wm.edu>
2005-01-09 07:49:05 +00:00

17 lines
684 B
Plaintext

$OpenBSD: patch-src_frontends_qt2_Makefile_in,v 1.1 2005/01/09 07:49:06 sturm Exp $
--- src/frontends/qt2/Makefile.in.orig Sat Jan 8 11:33:43 2005
+++ src/frontends/qt2/Makefile.in Sat Jan 8 11:35:33 2005
@@ -723,6 +723,12 @@ distclean-depend:
$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
CXXDEPMODE = @CXXDEPMODE@
+Dialogs.lo: Dialogs.C
+@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
+@AMDEP_TRUE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LTCXXCOMPILE) -O0 -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
+
mostlyclean-libtool:
-rm -f *.lo