openbsd-ports/www/mozilla-firefox/patches/patch-xpcom_sample_Makefile_in
2004-02-15 19:37:14 +00:00

13 lines
415 B
Plaintext

$OpenBSD: patch-xpcom_sample_Makefile_in,v 1.1.1.1 2004/02/15 19:37:25 wilfried Exp $
--- xpcom/sample/Makefile.in.orig 2003-07-14 00:28:50.000000000 +0200
+++ xpcom/sample/Makefile.in 2003-12-12 12:41:30.000000000 +0100
@@ -53,7 +53,7 @@ XPIDLSRCS = nsISample.idl
TESTCPPSRCS = nsTestSample.cpp
-CPPSRCS += $(TESTCPPSRCS)
+#CPPSRCS += $(TESTCPPSRCS)
SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX))