pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ifp-line/patches Fix failed build by removing st...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d66fb1ebbe5e
branches:  trunk
changeset: 590147:d66fb1ebbe5e
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jul 03 22:04:51 2011 +0000

description:
Fix failed build by removing stray ./ in some paths. Was meant to go
with previous commit but cvs apparently belched.

diffstat:

 audio/ifp-line/patches/patch-Makefile_am |  15 +++++++++++++++
 audio/ifp-line/patches/patch-Makefile_in |  24 ++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 43bf1f73c51f -r d66fb1ebbe5e audio/ifp-line/patches/patch-Makefile_am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ifp-line/patches/patch-Makefile_am  Sun Jul 03 22:04:51 2011 +0000
@@ -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 -r 43bf1f73c51f -r d66fb1ebbe5e audio/ifp-line/patches/patch-Makefile_in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ifp-line/patches/patch-Makefile_in  Sun Jul 03 22:04:51 2011 +0000
@@ -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@



Home | Main Index | Thread Index | Old Index