aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxt/cc_for_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libxt/cc_for_build.patch')
-rw-r--r--vcpkg/ports/libxt/cc_for_build.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/libxt/cc_for_build.patch b/vcpkg/ports/libxt/cc_for_build.patch
new file mode 100644
index 0000000..2be319f
--- /dev/null
+++ b/vcpkg/ports/libxt/cc_for_build.patch
@@ -0,0 +1,25 @@
+diff --git a/Makefile.am b/Makefile.am
+index f8d5a6b72..47f847bbd 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -19,7 +19,7 @@
+ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ # PERFORMANCE OF THIS SOFTWARE.
+
+-SUBDIRS = util src include man specs test
++SUBDIRS = src include man specs test
+
+ ACLOCAL_AMFLAGS = -I m4
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index a26e10d7a..e8a520a2f 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -104,5 +104,5 @@ $(BUILT_SOURCE): $(top_builddir)/util/makestrs$(EXEEXT)
+ $(AM_V_at)cp Shell.h $(top_builddir)/include/X11
+ $(AM_V_at)rm StringDefs.h Shell.h
+
+-$(top_builddir)/util/makestrs$(EXEEXT) :
+- $(am__cd) $(@D) && $(MAKE) $(AM_MAKEFLAGS) $(@F)
++# $(top_builddir)/util/makestrs$(EXEEXT) :
++# $(am__cd) $(@D) && $(MAKE) $(AM_MAKEFLAGS) $(@F)