diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 09:46:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 09:46:18 +0000 |
commit | c6e34f10f4ecd171dd954db5af70bf43fc10b9b2 (patch) | |
tree | e4690581266453b5a3be954fb685f7f158332c74 /editors/texmacs/files/patch-src_common.makefile.in | |
parent | Fix checkin by jeh of 2003/11/18 03:10:04 PST which reversed (diff) |
- Unbreak fetch by updating to 1.0.2.5
PR: ports/58889
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94447
Diffstat (limited to 'editors/texmacs/files/patch-src_common.makefile.in')
-rw-r--r-- | editors/texmacs/files/patch-src_common.makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/texmacs/files/patch-src_common.makefile.in b/editors/texmacs/files/patch-src_common.makefile.in new file mode 100644 index 000000000000..5f01e18d96a6 --- /dev/null +++ b/editors/texmacs/files/patch-src_common.makefile.in @@ -0,0 +1,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)) + |