summaryrefslogtreecommitdiff
path: root/audio/aumix/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/aumix/patches/patch-ad')
-rw-r--r--audio/aumix/patches/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/aumix/patches/patch-ad b/audio/aumix/patches/patch-ad
new file mode 100644
index 00000000000..5d368f7fef6
--- /dev/null
+++ b/audio/aumix/patches/patch-ad
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2001/06/19 15:55:09 jlam Exp $
+
+--- src/Makefile.in.orig Tue Jun 19 06:09:52 2001
++++ src/Makefile.in
+@@ -88,9 +88,9 @@
+ aumix_SOURCES = common.c curses.c dummy.c gpm-xterm.c gtk.c interactive.c mouse.c common.h curses.h gpm-xterm.h gtk.h interactive.h mouse.h play.xpm record.xpm
+
+ localedir = $(datadir)/locale
+-INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
++INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
+ CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@
+-LDADD = -L@libdir@
++LDADD =
+ LIBS = @LIBS@ @GTK_LIBS@ @INTLLIBS@
+ DEFS = @DEFS@
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs