diff options
Diffstat (limited to 'databases/clip/files/patch-clip::clip_makeslib.in')
-rw-r--r-- | databases/clip/files/patch-clip::clip_makeslib.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/clip/files/patch-clip::clip_makeslib.in b/databases/clip/files/patch-clip::clip_makeslib.in deleted file mode 100644 index 5fa601682f3e..000000000000 --- a/databases/clip/files/patch-clip::clip_makeslib.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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 - |