[Midnightbsd-cvs] mports [24419] trunk/graphics/graphene/files: add a patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 30 18:03:41 EDT 2018
Revision: 24419
http://svnweb.midnightbsd.org/mports/?rev=24419
Author: laffer1
Date: 2018-09-30 18:03:41 -0400 (Sun, 30 Sep 2018)
Log Message:
-----------
add a patch
Added Paths:
-----------
trunk/graphics/graphene/files/
trunk/graphics/graphene/files/patch-configure
Added: trunk/graphics/graphene/files/patch-configure
===================================================================
--- trunk/graphics/graphene/files/patch-configure (rev 0)
+++ trunk/graphics/graphene/files/patch-configure 2018-09-30 22:03:41 UTC (rev 24419)
@@ -0,0 +1,56 @@
+--- configure.orig 2018-09-30 18:01:16.424709000 -0400
++++ configure 2018-09-30 18:02:05.073414000 -0400
+@@ -9681,7 +9681,7 @@
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+- bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
++ bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd* | midnightbsd*)
+ # 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`
+@@ -10092,7 +10092,7 @@
+ 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 )
+@@ -14338,7 +14338,7 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd* | dragonfly*)
++ freebsd* | dragonfly* | midnightbsd*)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+@@ -15383,7 +15383,7 @@
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+-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
+@@ -15402,7 +15402,7 @@
+ need_version=no
+ need_lib_prefix=no
+ ;;
+- freebsd-*)
++ freebsd-* | midnightbsd*)
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ need_version=yes
+ ;;
+@@ -17300,7 +17300,7 @@
+ $as_echo_n "checking if more special flags are required for pthreads... " >&6; }
+ flag=no
+ case ${host_os} in
+- aix* | freebsd* | darwin*) flag="-D_THREAD_SAFE";;
++ aix* | midnightbsd* | freebsd* | darwin*) flag="-D_THREAD_SAFE";;
+ osf* | hpux*) flag="-D_REENTRANT";;
+ solaris*)
+ if test "$GCC" = "yes"; then
Property changes on: trunk/graphics/graphene/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