diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-29 15:48:01 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-29 15:48:01 +0000 |
commit | f34ef8cc9c4a16f0271552cbb2a78097cd27d03f (patch) | |
tree | a383a69a16b19e011b2a82d062e98344b0514c09 /biology/emboss/files/patch-configure | |
parent | - Update www/linux-lesstif-ns to the latest "stable" version(0.92.6). (diff) |
- Update EMBOSS (biology/emboss) from 1.9.0 to 1.9.1
- Update the EMBASSY package EMNU from 1.0.2 to 1.0.3
- Merged the four pkg-plist* files into one
PR: 24717
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=37757
Diffstat (limited to 'biology/emboss/files/patch-configure')
-rw-r--r-- | biology/emboss/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/emboss/files/patch-configure b/biology/emboss/files/patch-configure new file mode 100644 index 000000000000..da46a3c60faa --- /dev/null +++ b/biology/emboss/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Jan 22 23:28:17 2001 ++++ configure Thu Jan 25 19:07:33 2001 +@@ -1473,7 +1473,7 @@ + + + +-AJAX_FIXED_ROOT="\\\"`pwd`/emboss\\\"" ++AJAX_FIXED_ROOT="\\\"${datadir}/${PACKAGE}\\\"" + + #AC_PROG_CXX + for ac_prog in mawk gawk nawk awk |