diff options
author | jseger <jseger@FreeBSD.org> | 1998-11-25 13:06:28 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-11-25 13:06:28 +0800 |
commit | 404c789b99f73943ae9b2fc4c44599e6a5815c3e (patch) | |
tree | 3175ab9c2720379676a44e52680ecfccc51e6e7a /x11/libgnome | |
parent | 39e1cbd7a121962872f9c69b7e75a905a5db33a7 (diff) | |
download | freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.gz freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.zst freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.zip |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 4 | ||||
-rw-r--r-- | x11/libgnome/files/patch-aa | 21 |
2 files changed, 2 insertions, 23 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 2723ad6b76ac..dbbdadf2f5e2 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.14 1998/11/02 17:23:51 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/11/17 17:35:21 vanilla Exp $ # DISTNAME= gnome-libs-0.30.1 @@ -17,7 +17,7 @@ MAINTAINER= Nakai@technologist.com BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 -LIB_DEPENDS+= tiff34.1:${PORTSDIR}/graphics/tiff34 +LIB_DEPENDS+= tiff.1:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gif.3:${PORTSDIR}/graphics/giflib LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png diff --git a/x11/libgnome/files/patch-aa b/x11/libgnome/files/patch-aa index f4cbc5141344..a0dfe69c317a 100644 --- a/x11/libgnome/files/patch-aa +++ b/x11/libgnome/files/patch-aa @@ -1,26 +1,5 @@ --- configure.orig Wed Sep 23 23:37:33 1998 +++ configure Sat Sep 26 22:02:01 1998 -@@ -6129,16 +6129,16 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 --echo "configure:6135: checking for tiffio.h" >&5 -+ ac_safe=`echo "tiff34/tiffio.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for tiff34/tiffio.h""... $ac_c" 1>&6 -+echo "configure:6135: checking for tiff34/tiffio.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 6140 "configure" - #include "confdefs.h" --#include <tiffio.h> -+#include <tiff34/tiffio.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:6145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } @@ -6209,16 +6209,16 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then |