summaryrefslogtreecommitdiff
path: root/editors/texmacs/files/patch-src_common.makefile.in
blob: 5f01e18d96a6bc2c0565c7e5ae4dc8040d2bb174 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/common.makefile.in.orig	Mon Nov  3 00:47:20 2003
+++ src/common.makefile.in	Mon Nov  3 00:47:37 2003
@@ -224,7 +224,7 @@
 
 cxx_flags    = $(strip $(CXX) $(1) -c $< -o $@)
 cxx_incl     = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
-  $(CPPFLAGS) $(CXXFLAGS)) 
+  $(CPPFLAGS) $(CXXFLAGS)$(CXXXWINDOW)) 
 cxx_incl_sys = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
   $(CPPFLAGS) $(DASH_I_DASH) $(2) $(CXXFLAGS))