summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-10-20 18:00:47 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-10-20 18:00:47 +0200
commite5e8cea7827338057f7c175ba5d6abe33d2fe458 (patch)
treef1f9722d5bbb165035e30c186bcb22eb68bfa3bb
parent832fbcbbae93c0834ef584e9b843176165c1ade1 (diff)
Patch asg missing
-rw-r--r--debian/patches/0005-Remove-asg.patch53
-rw-r--r--debian/patches/series1
2 files changed, 54 insertions, 0 deletions
diff --git a/debian/patches/0005-Remove-asg.patch b/debian/patches/0005-Remove-asg.patch
new file mode 100644
index 0000000..9a7bf9c
--- /dev/null
+++ b/debian/patches/0005-Remove-asg.patch
@@ -0,0 +1,53 @@
+From: Ruben Undheim <ruben.undheim@gmail.com>
+Date: Sat, 20 Oct 2018 18:00:30 +0200
+Subject: Remove asg
+
+---
+ Makefile.am | 6 +++---
+ configure.in | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index c82c065..7feb290 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -263,7 +263,7 @@ install-tcl: xcircexec$(EXEEXT) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_P
+
+ clean:
+ (cd ./Xw; $(RM) *.o *.a *.bak core)
+- (cd ./asg; $(MAKE) clean)
++ #(cd ./asg; $(MAKE) clean)
+ (cd ./spiceparser; $(MAKE) clean)
+ $(RM) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_PATH)/$(WRAPPER_SH)
+ $(RM) lib/$(INTERP_PATH)/$(WRAPPER_INIT)
+@@ -273,7 +273,7 @@ clean:
+
+ distclean:
+ (cd ./Xw; $(RM) *.o *.a *.bak Makefile core)
+- (cd ./asg; $(MAKE) clean ; $(RM) Makefile)
++ #(cd ./asg; $(MAKE) clean ; $(RM) Makefile)
+ (cd ./spiceparser; $(MAKE) clean ; $(RM) Makefile)
+ $(RM) xcircuit *.o *.bak core
+ $(RM) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_PATH)/$(WRAPPER_SH)
+@@ -293,7 +293,7 @@ dist:
+
+ quiteclean:
+ (cd ./Xw; $(RM) *.o *.a *.bak Makefile.in Makefile core)
+- (cd ./asg; $(MAKE) clean ; $(RM) Makefile.in Makefile)
++ #(cd ./asg; $(MAKE) clean ; $(RM) Makefile.in Makefile)
+ (cd ./spiceparser; $(MAKE) clean ; $(RM) Makefile.in Makefile)
+ $(RM) xcircuit *.o *.bak core
+ $(RM) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_PATH)/$(WRAPPER_SH)
+diff --git a/configure.in b/configure.in
+index a11d817..b9826c0 100644
+--- a/configure.in
++++ b/configure.in
+@@ -1136,7 +1136,7 @@ AC_SUBST(AUTOCONF)
+ AC_SUBST(AUTOMAKE)
+ AC_SUBST(AUTOHEADER)
+
+-AC_OUTPUT(Makefile Xw/Makefile asg/Makefile spiceparser/Makefile)
++AC_OUTPUT(Makefile Xw/Makefile spiceparser/Makefile)
+
+ echo ""
+ echo "Configuration results:"
diff --git a/debian/patches/series b/debian/patches/series
index 5a99fb0..5b0933c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
03_fix_lib_files.patch
04_fix_manpage.patch
05_fix_string_format.patch
+0005-Remove-asg.patch