Files
pkgsrc-ng/devel/libevent/patches/patch-Makefile.am
2016-11-18 22:39:22 +01:00

16 lines
374 B
Plaintext

$NetBSD: patch-Makefile.am,v 1.2 2015/10/13 14:21:13 jperkin Exp $
Don't install event_rpcgen.py.
--- Makefile.am.orig 2015-01-05 14:06:57.000000000 +0000
+++ Makefile.am
@@ -87,7 +87,7 @@ VERSION_INFO = 6:10:1
# series won't be binary-compatible.
if INSTALL_LIBEVENT
-dist_bin_SCRIPTS = event_rpcgen.py
+dist_bin_SCRIPTS =
endif
pkgconfigdir=$(libdir)/pkgconfig