diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2002-07-12 07:25:42 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2002-07-12 07:25:42 +0000 |
commit | b1762dcc42808c519df464adf4b359f7e18def74 (patch) | |
tree | 9c19d4ed40b01b63b6df515c77e0228b7bea4406 /print/cjk-lyx/files/patch-ba | |
parent | Add ruby-libxml (version 0.01), a libxml2 binding for Ruby with both (diff) |
Update to 1.2.0.
Based on Ports Fury's patch, I added:
- compliation fix for -current
- some c++-related fix
- advice of R. Lahaye <lahaye@snu.ac.kr> for xforms
PR: ports/40077
Submitted by: Ports Fury and other people on -ports
Notes
Notes:
svn path=/head/; revision=62848
Diffstat (limited to 'print/cjk-lyx/files/patch-ba')
-rw-r--r-- | print/cjk-lyx/files/patch-ba | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/cjk-lyx/files/patch-ba b/print/cjk-lyx/files/patch-ba deleted file mode 100644 index 3c9654b5083a..000000000000 --- a/print/cjk-lyx/files/patch-ba +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/reLyX/configure.orig Tue Jul 24 21:45:16 2001 -+++ lib/reLyX/configure Sun Nov 25 01:35:56 2001 -@@ -568,7 +568,7 @@ - # ./install, which can be erroneously created by make from ./install.sh. - echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 - echo "configure:571: checking for a BSD compatible install" >&5 --if test -z "$INSTALL"; then -+if test -z "$NO__INSTALL"; then - if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else |