If a user accidently has swig13 installed, the port compiles, but does not work. PR: 92109 Reported by: mhjacks@swbell.net
12 lines
371 B
Text
12 lines
371 B
Text
--- src/Makefile.in.orig Sun Jan 22 16:32:46 2006
|
|
+++ src/Makefile.in Sun Jan 22 16:33:01 2006
|
|
@@ -374,9 +374,6 @@
|
|
|
|
override libdir = $(SITEPACKAGE)
|
|
|
|
-$(module).py $(prodname)_wrap.c: $(prodname).i $(includefiles)
|
|
- $(SWIG) -python -shadow -I$(snmpinclude) $(prodname).i
|
|
-
|
|
$(includefiles): $(patchfiles)
|
|
cp $(snmpinclude)/snmp_api.h .
|
|
$(PATCH) < snmp_api.h-patch
|