mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
15 lines
435 B
Plaintext
15 lines
435 B
Plaintext
$NetBSD: patch-ext_Makefile.in,v 1.3 2015/12/08 17:15:21 fhajny Exp $
|
|
|
|
No use for rpmvercmp.
|
|
|
|
--- ext/Makefile.in.orig 2015-11-27 23:12:07.000000000 +0000
|
|
+++ ext/Makefile.in
|
|
@@ -35,7 +35,6 @@ POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
target_triplet = @target@
|
|
-sbin_PROGRAMS = rpmvercmp$(EXEEXT)
|
|
subdir = ext
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|