diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-07 14:14:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-07 14:14:21 +0000 |
commit | 79487704b891acba2cde2e58f90694d2f6196c38 (patch) | |
tree | 8030215737c9a04aaff044435118d4005a7c27d5 /audio/mpiosh/files/patch-configure | |
parent | o) Respect automatic pkg-plist extension for PORTDOCS files. (diff) |
Add mpiosh, a userland library and command-line tool
for Digitalway MPIO MP3 players.
PR: ports/56258
Submitted by: Sergey Akifyev <asa@gascom.ru>
Notes
Notes:
svn path=/head/; revision=95259
Diffstat (limited to 'audio/mpiosh/files/patch-configure')
-rw-r--r-- | audio/mpiosh/files/patch-configure | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/audio/mpiosh/files/patch-configure b/audio/mpiosh/files/patch-configure new file mode 100644 index 000000000000..43289a349eb9 --- /dev/null +++ b/audio/mpiosh/files/patch-configure @@ -0,0 +1,37 @@ +--- configure.orig Sun Dec 7 15:00:37 2003 ++++ configure Sun Dec 7 15:03:44 2003 +@@ -7797,6 +7797,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -8118,26 +8118,6 @@ + + + KERNEL_INCLUDE= +-if test -d "/lib/modules/${kernel_version}/build/include"; then +- KERNEL_INCLUDE="/lib/modules/${kernel_version}/build/include" +-elif test -d "/usr/src/linux-2.4/include"; then +- KERNEL_INCLUDE="/usr/src/linux-2.4/include" +-elif test -d "/usr/include/linux"; then +- KERNEL_INCLUDE="/usr/include/linux" +-elif test -d "/usr/src/linux/include"; then +- KERNEL_INCLUDE="/usr/src/linux/include" +-fi +- +-if test -z ${KERNEL_INCLUDE}; then +- { { echo "$as_me:$LINENO: error: could not find directory of kernel include files" >&5 +-echo "$as_me: error: could not find directory of kernel include files" >&2;} +- { (exit 1); exit 1; }; } +-else +- echo "$as_me:$LINENO: result: Using kernel includes from ${KERNEL_INCLUDE}" >&5 +-echo "${ECHO_T}Using kernel includes from ${KERNEL_INCLUDE}" >&6 +-fi +- +- + + # could not find a way to compile the kernel module correctly + # kernel/Makefile |