openbsd-ports/mail/py-milter/patches/patch-setup_py
ajacoutot 4a2ef97f59 - bring this port up-to-date: py-pymilter-0.8.10
suggested by Pierre-Emmanuel Andre
2008-10-18 12:37:42 +00:00

13 lines
559 B
Plaintext

$OpenBSD: patch-setup_py,v 1.2 2008/10/18 12:37:42 ajacoutot Exp $
--- setup.py.orig Sat Oct 18 14:26:42 2008
+++ setup.py Sat Oct 18 14:26:57 2008
@@ -5,7 +5,7 @@ from distutils.core import setup, Extension
# FIXME: on some versions of sendmail, smutil is renamed to sm
# on slackware and debian, leave it out entirely. It depends
# on how libmilter was built by the sendmail package.
-libs = ["milter", "smutil"]
+libs = ["milter"]
libdirs = ["/usr/lib/libmilter"] # needed for Debian
# patch distutils if it can't cope with the "classifiers" or