summaryrefslogtreecommitdiff
path: root/audio/ifp-line
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-07-03 22:04:51 +0000
committerdholland <dholland@pkgsrc.org>2011-07-03 22:04:51 +0000
commit362ac800e1c1c6aea85c1879f4d7f779270d016f (patch)
treeb6cd62bebd50e008d60c6ccc5c7de343c59c7654 /audio/ifp-line
parente0fb2fe893480e38b49644bcdbac4d271b058028 (diff)
downloadpkgsrc-362ac800e1c1c6aea85c1879f4d7f779270d016f.tar.gz
Fix failed build by removing stray ./ in some paths. Was meant to go
with previous commit but cvs apparently belched.
Diffstat (limited to 'audio/ifp-line')
-rw-r--r--audio/ifp-line/patches/patch-Makefile_am15
-rw-r--r--audio/ifp-line/patches/patch-Makefile_in24
2 files changed, 39 insertions, 0 deletions
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@