diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-21 11:26:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-21 11:26:37 +0000 |
commit | e8d5a4dc1e4ec24051f7239c05d6754217b28732 (patch) | |
tree | 146358fbb949aecaa0add2a0a38b5c9244e2040a /databases/gnome-db/files/patch-configure | |
parent | Update checksum - the distfile has been rerolled without version bump. Since (diff) |
Update checksum - the distfile has been rerolled without version bump. Since
there are significant differencies between old and new version bump
PORTREVISION.
Notes
Notes:
svn path=/head/; revision=50329
Diffstat (limited to 'databases/gnome-db/files/patch-configure')
-rw-r--r-- | databases/gnome-db/files/patch-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure deleted file mode 100644 index 0cb26397b4bc..000000000000 --- a/databases/gnome-db/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Tue Oct 23 10:18:27 2001 -+++ configure Tue Oct 23 10:18:56 2001 -@@ -9234,7 +9234,7 @@ - - - --if test $perl_val == true; then -+if [ $perl_val = true ]; then - WITH_PERL_TRUE= - WITH_PERL_FALSE='#' - else -@@ -9249,7 +9249,7 @@ - - - #GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf --GNOMEDB_oafdir=${prefix}/share/oaf -+GNOMEDB_oafdir=${prefix}/share/gnome/oaf - - - |