openbsd-ports/www/mozilla/patches/patch-xpcom_sample_Makefile_in
kurt f353d0daae Upgrade to 1.7.5
Tested on i386/sparc64/macppc/alpha by myself and/or alek@
One issue found with sparc64: fetching mail crashes.

okay pval@
2005-03-13 05:02:16 +00:00

13 lines
385 B
Plaintext

$OpenBSD: patch-xpcom_sample_Makefile_in,v 1.3 2005/03/13 05:02:17 kurt Exp $
--- xpcom/sample/Makefile.in.orig Tue Jan 11 23:27:43 2005
+++ xpcom/sample/Makefile.in Tue Jan 11 23:28:03 2005
@@ -52,7 +52,7 @@ XPIDLSRCS = nsISample.idl
TESTCPPSRCS = nsTestSample.cpp
-CPPSRCS += $(TESTCPPSRCS)
+#CPPSRCS += $(TESTCPPSRCS)
SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX))