diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-07 22:32:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-07 22:32:49 +0000 |
commit | b0040298adc634cda3c541a573fbc5a0eb2c0132 (patch) | |
tree | 8df991d69fd7b6cd29caf5164432cd2717982910 /print/ggv2/files/patch-configure | |
parent | Update to 2.4b2. (diff) |
Add ggv2 after a repo-copy from ggv. ggv2 is the GNOME 2.0 Postscript and
PDF viewer.
Notes
Notes:
svn path=/head/; revision=62616
Diffstat (limited to 'print/ggv2/files/patch-configure')
-rw-r--r-- | print/ggv2/files/patch-configure | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/print/ggv2/files/patch-configure b/print/ggv2/files/patch-configure new file mode 100644 index 000000000000..113117d728ef --- /dev/null +++ b/print/ggv2/files/patch-configure @@ -0,0 +1,17 @@ +--- configure.orig Sun Jul 7 18:20:21 2002 ++++ configure Sun Jul 7 18:20:31 2002 +@@ -12015,12 +12015,12 @@ + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + CATOBJEXT=.gmo +- DATADIRNAME=share ++ DATADIRNAME=share/gnome + else + echo "$as_me: failed program was:" >&5 + cat conftest.$ac_ext >&5 + CATOBJEXT=.mo +- DATADIRNAME=share ++ DATADIRNAME=share/gnome + fi + rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext + INSTOBJEXT=.mo |