SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
print/cups/patches/patch-test_run-stp-tests_sh
Normal file
21
print/cups/patches/patch-test_run-stp-tests_sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue