diff options
Diffstat (limited to 'sysutils/ucspi-unix/files/patch-Makefile')
-rw-r--r-- | sysutils/ucspi-unix/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/ucspi-unix/files/patch-Makefile b/sysutils/ucspi-unix/files/patch-Makefile new file mode 100644 index 000000000000..356f28f8bbab --- /dev/null +++ b/sysutils/ucspi-unix/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Sep 23 16:31:18 2003 ++++ Makefile Tue Sep 23 16:31:37 2003 +@@ -55,7 +55,7 @@ + load: conf-ld + ( echo '#!/bin/sh';\ + echo 'main="$$1"; shift';\ +- echo exec `head -1 conf-ld` '-o "$$main" "$$main.o" $${1+"$$@"}' -lsysdeps;\ ++ echo exec `head -1 conf-ld` '-L/usr/local/lib -o "$$main" "$$main.o" $${1+"$$@"}' -lsysdeps;\ + ) >load + chmod 755 load + |