pkgsrc/audio/trm/patches/patch-ac
chris 152a1e272c Make trm compile again (probably broke when the c++ compiler changed)
Change the install permissions to be 755, not 655.

Rather than patching configure and Makefile, use automake & autoconf to
rebuild them.

Bump pkg revision to 4.
2007-07-01 11:59:01 +00:00

10 lines
333 B
Text

$NetBSD: patch-ac,v 1.1 2007/07/01 11:59:01 chris Exp $
--- ./Makefile.am.orig 2007-07-01 12:27:37.000000000 +0100
+++ ./Makefile.am
@@ -15,4 +15,4 @@ cvsclean: distclean
rm -f configure Makefile.in install-sh missing mkinstalldirs
install:
- $(INSTALL) -s -m 0655 trm $(prefix)/bin
+ $(INSTALL) -s -m 0755 trm $(prefix)/bin