[packages/ming] missing patch for makefiles

atler atler at pld-linux.org
Fri Jul 7 11:48:37 CEST 2023


commit f24cc172cd2a34762822a58ec538a98c10bcc2f5
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Jul 7 10:40:49 2023 +0200

    missing patch for makefiles

 swig.patch | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/swig.patch b/swig.patch
index 782b12f..092adba 100644
--- a/swig.patch
+++ b/swig.patch
@@ -9,3 +9,22 @@
  dnl --------------------------------------------
  dnl Check for required programs
  dnl --------------------------------------------
+--- libming-ming-0_4_8/py_ext/Makefile.am.orig	2017-04-07 10:12:56.000000000 +0200
++++ libming-ming-0_4_8/py_ext/Makefile.am	2023-07-07 10:39:32.337887744 +0200
+@@ -12,7 +12,7 @@
+ 	CFLAGS="$(CFLAGS) -fno-strict-aliasing" $(PYTHON) setup.py build
+ 
+ ming_wrap.c: ../ming.i
+-	swig -I$(srcdir)/.. -python ming.i
++	$(SWIG) -I$(srcdir)/.. -python ming.i
+ 
+ clean-local:
+ 	rm -Rf test.swf build
+--- libming-ming-0_4_8/tcl_ext/Makefile.am.orig	2017-04-07 10:12:56.000000000 +0200
++++ libming-ming-0_4_8/tcl_ext/Makefile.am	2023-07-07 10:39:26.271372423 +0200
+@@ -17,4 +17,4 @@
+ EXTRA_DIST = test.tcl MANIFEST
+ 
+ ming_wrap.c: ../ming.i
+-	swig -I$(srcdir)/.. -tcl ming.i
++	$(SWIG) -I$(srcdir)/.. -tcl ming.i
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ming.git/commitdiff/f24cc172cd2a34762822a58ec538a98c10bcc2f5



More information about the pld-cvs-commit mailing list