ports: Add a lot of x library ports + xeyes/xclock
This commit is contained in:
11
ports/libXdmcp/build.sh
Executable file
11
ports/libXdmcp/build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash ../install.sh
|
||||
|
||||
NAME='libXdmcp'
|
||||
VERSION='1.1.5'
|
||||
DOWNLOAD_URL="https://www.x.org/releases/individual/lib/libXdmcp-$VERSION.tar.xz#d8a5222828c3adab70adf69a5583f1d32eb5ece04304f7f8392b6a353aa2228c"
|
||||
CONFIG_SUB=('config.sub')
|
||||
DEPENDENCIES=('xorgproto')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--enable-shared=yes'
|
||||
'--enable-static=no'
|
||||
)
|
||||
31
ports/libXdmcp/patches/0001-add-shared-library-support.patch
Normal file
31
ports/libXdmcp/patches/0001-add-shared-library-support.patch
Normal file
@@ -0,0 +1,31 @@
|
||||
diff -ruN libXdmcp-1.1.5/configure libXdmcp-1.1.5-banan_os/configure
|
||||
--- libXdmcp-1.1.5/configure 2024-03-02 23:37:19.000000000 +0200
|
||||
+++ libXdmcp-1.1.5-banan_os/configure 2025-11-13 21:49:06.142805910 +0200
|
||||
@@ -6247,6 +6247,10 @@
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
|
||||
+banan_os*)
|
||||
+ lt_cv_deplibs_check_method=pass_all
|
||||
+ ;;
|
||||
+
|
||||
beos*)
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
@@ -11960,6 +11964,16 @@
|
||||
esac
|
||||
;;
|
||||
|
||||
+banan_os*)
|
||||
+ version_type=linux # correct to gnu/linux during the next big refactor
|
||||
+ need_lib_prefix=no
|
||||
+ need_version=no
|
||||
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
||||
+ soname_spec='$libname$release$shared_ext$major'
|
||||
+ dynamic_linker="$host_os DynamicLoader.so"
|
||||
+ shlibpath_var=LD_LIBRARY_PATH
|
||||
+ ;;
|
||||
+
|
||||
beos*)
|
||||
library_names_spec='$libname$shared_ext'
|
||||
dynamic_linker="$host_os ld.so"
|
||||
Reference in New Issue
Block a user