From af00f3be32e64bcf1ff3d7604810d61147e05245 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 3 Jul 2011 22:04:51 +0000 Subject: Fix failed build by removing stray ./ in some paths. Was meant to go with previous commit but cvs apparently belched. --- audio/ifp-line/patches/patch-Makefile_am | 15 +++++++++++++++ audio/ifp-line/patches/patch-Makefile_in | 24 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 audio/ifp-line/patches/patch-Makefile_am create mode 100644 audio/ifp-line/patches/patch-Makefile_in (limited to 'audio') diff --git a/audio/ifp-line/patches/patch-Makefile_am b/audio/ifp-line/patches/patch-Makefile_am new file mode 100644 index 00000000000..ea704fb6973 --- /dev/null +++ b/audio/ifp-line/patches/patch-Makefile_am @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile_am,v 1.1 2011/07/03 22:04:51 dholland Exp $ + +Avoid confusing make with multiple paths to the same file. + +--- Makefile.am~ 2005-12-10 07:35:04.000000000 +0000 ++++ Makefile.am +@@ -5,7 +5,7 @@ EXTRA_DIST = $(man1_MANS) $(pkgdata_DATA + bin_PROGRAMS = ifp + ifp_SOURCES = ifp.c ifp_routines.c ifp_routines.h + ifp_CFLAGS = @LIBUSB_CFLAGS@ +-ifp_LDADD = ./libunicodehack.a @LIBICONV@ @LIBUSB_LIBS@ ++ifp_LDADD = libunicodehack.a @LIBICONV@ @LIBUSB_LIBS@ + + noinst_LIBRARIES = libunicodehack.a + libunicodehack_a_SOURCES = unicodehack.c unicodehack.h diff --git a/audio/ifp-line/patches/patch-Makefile_in b/audio/ifp-line/patches/patch-Makefile_in new file mode 100644 index 00000000000..c7c085f6d99 --- /dev/null +++ b/audio/ifp-line/patches/patch-Makefile_in @@ -0,0 +1,24 @@ +$NetBSD: patch-Makefile_in,v 1.1 2011/07/03 22:04:51 dholland Exp $ + +Avoid confusing make with multiple paths to the same file. + +--- Makefile.in~ 2005-12-10 08:35:05.000000000 +0000 ++++ Makefile.in +@@ -70,7 +70,7 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) + PROGRAMS = $(bin_PROGRAMS) + am_ifp_OBJECTS = ifp-ifp.$(OBJEXT) ifp-ifp_routines.$(OBJEXT) + ifp_OBJECTS = $(am_ifp_OBJECTS) +-ifp_DEPENDENCIES = ./libunicodehack.a ++ifp_DEPENDENCIES = libunicodehack.a + DEFAULT_INCLUDES = -I. -I$(srcdir) -I. + depcomp = $(SHELL) $(top_srcdir)/depcomp + am__depfiles_maybe = depfiles +@@ -193,7 +193,7 @@ target_alias = @target_alias@ + EXTRA_DIST = $(man1_MANS) $(pkgdata_DATA) + ifp_SOURCES = ifp.c ifp_routines.c ifp_routines.h + ifp_CFLAGS = @LIBUSB_CFLAGS@ +-ifp_LDADD = ./libunicodehack.a @LIBICONV@ @LIBUSB_LIBS@ ++ifp_LDADD = libunicodehack.a @LIBICONV@ @LIBUSB_LIBS@ + noinst_LIBRARIES = libunicodehack.a + libunicodehack_a_SOURCES = unicodehack.c unicodehack.h + libunicodehack_a_CFLAGS = @CPPFLAGS@ -- cgit v1.2.3