diff options
author | arved <arved@FreeBSD.org> | 2006-01-24 05:12:48 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-01-24 05:12:48 +0800 |
commit | 4d681b53547e3f6911cb8983a61efac102b4cf28 (patch) | |
tree | 5bb78ce0be8342962470a30a07c1c871e76250d3 | |
parent | 96d4fe9f43b94cb2470b26fc6854e167a78cda56 (diff) | |
download | freebsd-ports-gnome-4d681b53547e3f6911cb8983a61efac102b4cf28.tar.gz freebsd-ports-gnome-4d681b53547e3f6911cb8983a61efac102b4cf28.tar.zst freebsd-ports-gnome-4d681b53547e3f6911cb8983a61efac102b4cf28.zip |
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
-rw-r--r-- | net-mgmt/py-yapsnmp/files/patch-src-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/py-yapsnmp/files/patch-src-Makefile.in b/net-mgmt/py-yapsnmp/files/patch-src-Makefile.in new file mode 100644 index 000000000000..984496c88f1e --- /dev/null +++ b/net-mgmt/py-yapsnmp/files/patch-src-Makefile.in @@ -0,0 +1,12 @@ +--- 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 |