mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
$NetBSD: patch-src_Makefile.am,v 1.1 2013/10/14 13:02:39 roy Exp $
|
|
|
|
Allow local curses.h and system curses.h to work
|
|
|
|
--- src/Makefile.am.orig 2013-10-14 12:53:38.000000000 +0000
|
|
+++ src/Makefile.am
|
|
@@ -1,4 +1,6 @@
|
|
# $Aumix: aumix/src/Makefile.am,v 1.5 2010/04/26 10:07:27 trevor Exp $
|
|
+AUTOMAKE_OPTIONS= nostdinc
|
|
+
|
|
bin_PROGRAMS = aumix
|
|
if CURSES
|
|
bin_SCRIPTS = mute xaumix
|