[Midnightbsd-cvs] mports [24107] trunk/audio/esound/files/patch-configure: add configure
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 3 10:26:51 EDT 2018
Revision: 24107
http://svnweb.midnightbsd.org/mports/?rev=24107
Author: laffer1
Date: 2018-09-03 10:26:51 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
add configure
Added Paths:
-----------
trunk/audio/esound/files/patch-configure
Added: trunk/audio/esound/files/patch-configure
===================================================================
--- trunk/audio/esound/files/patch-configure (rev 0)
+++ trunk/audio/esound/files/patch-configure 2018-09-03 14:26:51 UTC (rev 24107)
@@ -0,0 +1,99 @@
+--- configure.orig 2018-09-03 10:23:04.198306000 -0400
++++ configure 2018-09-03 10:25:48.184540000 -0400
+@@ -4982,13 +4982,13 @@
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+-freebsd* | dragonfly*)
++freebsd* | dragonfly* | midnightBSD*)
+ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+ # Not sure whether the presence of OpenBSD here was a mistake.
+ # Let's accept both of them until this is cleared up.
+- lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
++ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly|MidnightBSD)/i[3-9]86 (compact )?demand paged shared library'
+ lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ ;;
+@@ -6564,7 +6564,7 @@
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+- netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++ netbsd* | midnightbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
+ # This has been around since 386BSD, at least. Likely further.
+ if test -x /sbin/sysctl; then
+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+@@ -8906,7 +8906,7 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd* | dragonfly*)
++ freebsd* | dragonfly* | midnightbsd*)
+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+@@ -9535,7 +9535,7 @@
+ dynamic_linker=no
+ ;;
+
+-freebsd* | dragonfly*)
++freebsd* | dragonfly* | midnightbsd*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+@@ -11965,7 +11965,7 @@
+ freebsd-elf*)
+ archive_cmds_need_lc_CXX=no
+ ;;
+- freebsd* | dragonfly*)
++ freebsd* | dragonfly* | midnightbsd*)
+ # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
+ # conventions
+ ld_shlibs_CXX=yes
+@@ -12857,7 +12857,7 @@
+ ;;
+ esac
+ ;;
+- freebsd* | dragonfly*)
++ freebsd* | dragonfly* | midnightbsd*)
+ # FreeBSD uses GNU C++
+ ;;
+ hpux9* | hpux10* | hpux11*)
+@@ -13498,7 +13498,7 @@
+ dynamic_linker=no
+ ;;
+
+-freebsd* | dragonfly*)
++freebsd* | dragonfly* | midnightbsd*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+@@ -16119,7 +16119,7 @@
+ dynamic_linker=no
+ ;;
+
+-freebsd* | dragonfly*)
++freebsd* | dragonfly* | midnightbsd*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+@@ -18740,7 +18740,7 @@
+ dynamic_linker=no
+ ;;
+
+-freebsd* | dragonfly*)
++freebsd* | dragonfly* | midnightbsd*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+@@ -23066,7 +23066,7 @@
+ { echo "$as_me:$LINENO: checking if your platform supports esddsp" >&5
+ echo $ECHO_N "checking if your platform supports esddsp... $ECHO_C" >&6; }
+ case "$host_os" in
+- linux* | freebsd* | kfreebsd*-gnu | bsdi4* )
++ linux* | freebsd* | midnightbsd* | kfreebsd*-gnu | bsdi4* )
+ dsp_ok=yes
+ ;;
+ esac
Property changes on: trunk/audio/esound/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list