mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
$NetBSD: patch-ext_Makefile.in,v 1.2 2015/04/07 08:43:35 fhajny Exp $
|
|
|
|
No use for rpmvercmp.
|
|
|
|
--- ext/Makefile.in.orig 2015-04-03 10:59:08.525934907 +0000
|
|
+++ ext/Makefile.in
|
|
@@ -79,7 +79,6 @@ POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
target_triplet = @target@
|
|
-sbin_PROGRAMS = rpmvercmp$(EXEEXT)
|
|
subdir = ext
|
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
$(top_srcdir)/depcomp
|