freebsd-ports/net-mgmt/py-yapsnmp/files/patch-src-Makefile.in
Tilman Keskinoz 8521332f21 Don't run swig, it is not necessary.
If a user accidently has swig13 installed, the port compiles, but
does not work.

PR:		92109
Reported by:	mhjacks@swbell.net
2006-01-23 21:12:48 +00:00

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