mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
17fc1fcde0
http://bento.freebsd.org/errorlogs/i386-4-full/clip-0.99_1.log PR: 57068 Submitted by: Thierry Thomas <thierry@pompo.net>
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
--- ./clip/clip_makeslib.in.orig Mon Nov 25 12:59:30 2002
|
|
+++ ./clip/clip_makeslib.in Tue Mar 25 00:01:06 2003
|
|
@@ -294,7 +294,7 @@
|
|
cp $target.dll $target.dll.a $pwd
|
|
;;
|
|
*)
|
|
- $CC $CFLAGS -O -I$pwd -I$CLIPROOT/include -shared -o $arch $target_ref `cat _olist` $addlib || cleanup 1
|
|
+ $CC $CFLAGS -O -I$pwd -I$CLIPROOT/include -shared -o $arch $target_ref `cat _olist` $addlib -L/usr/local/lib || cleanup 1
|
|
;;
|
|
esac
|
|
|