1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/clip/files/patch-clip::clip_makeslib.in
Kirill Ponomarev 17fc1fcde0 - Unbreak and upgrade to 1.1.0 (fix bento error)
http://bento.freebsd.org/errorlogs/i386-4-full/clip-0.99_1.log

PR:		57068
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-09-23 08:06:25 +00:00

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