diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-15 20:07:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-15 20:07:41 +0000 |
commit | 39edcdd234e2036d3282fdb75b539a7485db81fb (patch) | |
tree | 19c8d88283d539a97e0ae375a289e0e34398819e /x11/xf86-video-tga | |
parent | dab2f6c2c7c32fbe70af9d2386c4ebfd63527765 (diff) | |
download | pkgsrc-39edcdd234e2036d3282fdb75b539a7485db81fb.tar.gz |
Disable SGML check.
Diffstat (limited to 'x11/xf86-video-tga')
-rw-r--r-- | x11/xf86-video-tga/distinfo | 3 | ||||
-rw-r--r-- | x11/xf86-video-tga/patches/patch-aa | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11/xf86-video-tga/distinfo b/x11/xf86-video-tga/distinfo index eb1beaba8ed..b6f0ecd92fc 100644 --- a/x11/xf86-video-tga/distinfo +++ b/x11/xf86-video-tga/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/03/21 00:23:02 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/08/15 20:07:41 joerg Exp $ SHA1 (xf86-video-tga-1.1.0.tar.bz2) = 448600dd45aedfaf0ba8a46eaf04d03895a712ed RMD160 (xf86-video-tga-1.1.0.tar.bz2) = 9f47e06469a7336e6e464c53b93342a342839b8f Size (xf86-video-tga-1.1.0.tar.bz2) = 260342 bytes +SHA1 (patch-aa) = 4db2cb5e475a2dbf1cfdf04a39c626608c8b83f0 diff --git a/x11/xf86-video-tga/patches/patch-aa b/x11/xf86-video-tga/patches/patch-aa new file mode 100644 index 00000000000..67de0bf939e --- /dev/null +++ b/x11/xf86-video-tga/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2007/08/15 20:07:41 joerg Exp $ + +--- configure.orig 2007-08-15 19:13:01.000000000 +0200 ++++ configure +@@ -20329,16 +20329,8 @@ echo $ECHO_N "checking for $prefix/share + if eval "test \"\${$as_ac_File+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else +- test "$cross_compiling" = yes && +- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 +-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} +- { (exit 1); exit 1; }; } +-if test -r "$prefix/share/X11/sgml/defs.ent"; then +- eval "$as_ac_File=yes" +-else + eval "$as_ac_File=no" + fi +-fi + echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 + echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 + if test `eval echo '${'$as_ac_File'}'` = yes; then |