SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,21 @@
Index: test/run-stp-tests.sh
--- test/run-stp-tests.sh.orig
+++ test/run-stp-tests.sh
@@ -32,7 +32,7 @@ umask 022
# Make the IPP test program...
#
-make
+${MAKE_PROGRAM}
#
# Solaris has a non-POSIX grep in /bin...
@@ -593,7 +593,7 @@ if test -f "$root/cups/libcups.so.2"; then
LD_LIBRARY_PATH="$root/cups:$LD_LIBRARY_PATH"
fi
- LD_PRELOAD="$root/cups/libcups.so.2:$root/cups/libcupsimage.so.2"
+ LD_PRELOAD="$root/cups/libcups.so.${LIBcups_VERSION}:$root/cups/libcupsimage.so.${LIBcupsimage_VERSION}"
if test `uname` = SunOS -a -r /usr/lib/libCrun.so.1; then
LD_PRELOAD="/usr/lib/libCrun.so.1:$LD_PRELOAD"
fi