ports/sysutils/ucspi-unix/files/patch-Makefile
Alexander Leidinger 54bd845903 UNIX domain socket client and server programs that conform to UCSPI,
the UNIX Client-Server Program Interface.

Submitted by:	Patrick Rinke <patrick@rinke-bochum.de>
2003-10-13 14:54:44 +00:00

11 lines
376 B
Text

--- 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