diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-04 08:43:09 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-04 08:43:09 +0000 |
commit | 5f0551fd151e016e1ed0a0154e6d48ac79d1ab6b (patch) | |
tree | 045e8a3dba54e2bc3eddd6c7dca71390d8561177 /graphics/imlib2-tmp | |
parent | 23cf2807f77252f159e9f29406fc5328a175e24d (diff) | |
download | FreeBSD-ports-5f0551fd151e016e1ed0a0154e6d48ac79d1ab6b.zip FreeBSD-ports-5f0551fd151e016e1ed0a0154e6d48ac79d1ab6b.tar.gz |
Bump libglib11d's version to 2.0,
and fix some configure problem(include pkg/PLIST).
Diffstat (limited to 'graphics/imlib2-tmp')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 4 | ||||
-rw-r--r-- | graphics/imlib2-tmp/files/patch-aa | 22 |
2 files changed, 22 insertions, 4 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index be5243b..640bcdd 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.37 1998/12/26 19:33:34 vanilla Exp $ +# $Id: Makefile,v 1.38 1998/12/26 19:54:26 vanilla Exp $ # DISTNAME= imlib-1.8.2 @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ - LIBS=-L${LOCALBASE}/lib \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ INSTALL="$${INSTALL} -c" post-install: diff --git a/graphics/imlib2-tmp/files/patch-aa b/graphics/imlib2-tmp/files/patch-aa index 523e93a..a538dcc 100644 --- a/graphics/imlib2-tmp/files/patch-aa +++ b/graphics/imlib2-tmp/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Thu Dec 24 05:59:01 1998 -+++ configure Thu Dec 24 06:01:01 1998 +--- configure.orig Wed Dec 16 11:14:28 1998 ++++ configure Sun Jan 3 15:06:35 1999 @@ -1711,143 +1711,6 @@ rm -f conf.gtktest @@ -144,6 +144,24 @@ echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:1853: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. +@@ -3452,7 +3315,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lXext $X_LIBS $LIBS" ++LIBS="-lXext -lX11 $X_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3458 "configure" + #include "confdefs.h" +@@ -3786,7 +3649,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ltiff $GX_LIBS $LIBS" ++LIBS="-ltiff -ljpeg -lz $GX_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3792 "configure" + #include "confdefs.h" @@ -4010,16 +3873,16 @@ |