File: snack.patch

package info (click to toggle)
newt 0.52.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,196 kB
  • sloc: ansic: 9,336; python: 713; makefile: 276; sh: 37; xml: 7
file content (19 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Changes needed to build python snackmodules.
 Multiple previous patches rolled into this.
Last-Updated: 2013-05-16
Forwarded: no

Index: newt-0.52.25/Makefile.in
===================================================================
--- newt-0.52.25.orig/Makefile.in
+++ newt-0.52.25/Makefile.in
@@ -84,7 +84,7 @@ showkey:	showkey.o $(LIBNEWT)
 
 _snack.$(SOEXT):   snack.c $(LIBNEWTSH)
 ifneq ($(PYTHONVERS),)
-	@for ver in $(PYTHONVERS); do \
+	@for ver in $(PYTHONVERS) $(PYTHONDBG) ; do \
 		pyconfig=$$ver-config; \
 		if ! $$pyconfig --cflags > /dev/null 2>&1 && \
 				python-config --cflags > /dev/null 2>&1; then \