diff options
author | agc <agc@pkgsrc.org> | 2004-01-28 11:15:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-28 11:15:35 +0000 |
commit | b72bb5ce58c2ea5f3a1178eb98c72f8ce9a7af26 (patch) | |
tree | e60be406da1c1adf89013fc222a8cc733c537ed0 /audio/juke/patches | |
parent | 4f233356ae74f3330ffc5720fd0d2ab547014985 (diff) | |
download | pkgsrc-b72bb5ce58c2ea5f3a1178eb98c72f8ce9a7af26.tar.gz |
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.
Diffstat (limited to 'audio/juke/patches')
-rw-r--r-- | audio/juke/patches/patch-ad | 23 | ||||
-rw-r--r-- | audio/juke/patches/patch-ae | 23 |
2 files changed, 46 insertions, 0 deletions
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" + |