From b72bb5ce58c2ea5f3a1178eb98c72f8ce9a7af26 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 28 Jan 2004 11:15:35 +0000 Subject: Whilst it's nice of the author, there's no need to special-case NetBSD in GNU configure and configure.in - the prefix is given to the configure script by the pkgsrc infrastructure, and buildlink will DTRT. --- audio/juke/distinfo | 4 +++- audio/juke/patches/patch-ad | 23 +++++++++++++++++++++++ audio/juke/patches/patch-ae | 23 +++++++++++++++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 audio/juke/patches/patch-ad create mode 100644 audio/juke/patches/patch-ae (limited to 'audio/juke') diff --git a/audio/juke/distinfo b/audio/juke/distinfo index 28e8e21c4ba..28dd75e49d6 100644 --- a/audio/juke/distinfo +++ b/audio/juke/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/03/06 22:30:57 salo Exp $ +$NetBSD: distinfo,v 1.2 2004/01/28 11:15:35 agc Exp $ SHA1 (juke-0.7.tar.gz) = 04f5e2265743e2ea01a43ea71531845f97c095c3 Size (juke-0.7.tar.gz) = 64103 bytes SHA1 (patch-aa) = e835b1fe8f00d8c5581a87d55407b9979bb73710 SHA1 (patch-ab) = e4a089f7307e6a029b7e0c6b5b862326e160f6d5 SHA1 (patch-ac) = f1c7233cd88ebdbc8df1a5ec5955b6506fd73634 +SHA1 (patch-ad) = 3080321b954c2fa1ae83c6e945214c62f0f34e72 +SHA1 (patch-ae) = fe4a70293f762a17503c5782163181e873b52186 diff --git a/audio/juke/patches/patch-ad b/audio/juke/patches/patch-ad new file mode 100644 index 00000000000..61ce7088f34 --- /dev/null +++ b/audio/juke/patches/patch-ad @@ -0,0 +1,23 @@ +$NetBSD: patch-ad,v 1.1 2004/01/28 11:15:35 agc Exp $ + +--- configure.in 2004/01/28 11:10:31 1.1 ++++ configure.in 2004/01/28 11:11:22 +@@ -4,12 +4,12 @@ + dnl Check system type + AC_CANONICAL_HOST + AC_CANONICAL_TARGET +-case "$target" in +- *-*-netbsd*) +- CPPFLAGS="${CPPFLAGS} -I/usr/pkg/include"; +- LDFLAGS="${LDFLAGS} -L/usr/pkg/lib -rpath/usr/pkg/lib"; +- ;; +-esac ++dnl case "$target" in ++dnl *-*-netbsd*) ++dnl CPPFLAGS="${CPPFLAGS} -I/usr/pkg/include"; ++dnl LDFLAGS="${LDFLAGS} -L/usr/pkg/lib -rpath/usr/pkg/lib"; ++dnl ;; ++dnl esac + + dnl Set CFLAGS + CFLAGS="$CFLAGS -Wall -O2 -pipe -fomit-frame-pointer" diff --git a/audio/juke/patches/patch-ae b/audio/juke/patches/patch-ae new file mode 100644 index 00000000000..07b7e752df4 --- /dev/null +++ b/audio/juke/patches/patch-ae @@ -0,0 +1,23 @@ +$NetBSD: patch-ae,v 1.1 2004/01/28 11:15:35 agc Exp $ + +--- configure 2004/01/28 11:10:31 1.1 ++++ configure 2004/01/28 11:10:56 +@@ -586,12 +586,12 @@ + target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + echo "$ac_t""$target" 1>&6 + +-case "$target" in +- *-*-netbsd*) +- CPPFLAGS="${CPPFLAGS} -I/usr/pkg/include"; +- LDFLAGS="${LDFLAGS} -L/usr/pkg/lib -rpath/usr/pkg/lib"; +- ;; +-esac ++#case "$target" in ++# *-*-netbsd*) ++# CPPFLAGS="${CPPFLAGS} -I/usr/pkg/include"; ++# LDFLAGS="${LDFLAGS} -L/usr/pkg/lib -rpath/usr/pkg/lib"; ++# ;; ++#esac + + CFLAGS="$CFLAGS -Wall -O2 -pipe -fomit-frame-pointer" + -- cgit v1.2.3