diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 1e1b26f1f71..0d2f182dd09 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 1999/04/09 01:26:29 brad Exp $ +# $OpenBSD: Makefile,v 1.6 1999/09/07 22:56:44 brad Exp $ # $FreeBSD: Makefile,v 1.45 1999/03/09 01:08:57 nectar Exp $ DISTNAME= imlib-1.9.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gnome-1.0/sources +MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= brad@openbsd.org @@ -21,7 +21,7 @@ LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ USE_GMAKE= yes USE_X11= yes SYSCONFDIR= ${PREFIX}/lib/imlib -SEPARATE_BUILD= yes +SEPARATE_BUILD= concurrent GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -39,7 +39,7 @@ pre-build: post-install: @${MKDIR} ${LOCALBASE}/share/aclocal - @${INSTALL_DATA} ${WRKSRC}/imlib.m4 ${LOCALBASE}/share/aclocal/ + ${INSTALL_DATA} ${WRKSRC}/imlib.m4 ${LOCALBASE}/share/aclocal/ ${LDCONFIG} -m ${PREFIX}/lib .include diff --git a/graphics/imlib/patches/patch-ae b/graphics/imlib/patches/patch-ae new file mode 100644 index 00000000000..f54100d4a95 --- /dev/null +++ b/graphics/imlib/patches/patch-ae @@ -0,0 +1,10 @@ +--- ltconfig.orig Tue Sep 7 16:46:16 1999 ++++ ltconfig Tue Sep 7 16:53:37 1999 +@@ -1768,6 +1768,7 @@ + library_names_spec='${libname}${release}.so$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH ++ deplibs_check_method='pass_all' + ;; + + os2*)