- SEPARATE_BUILD= yes -> concurrent
- patch that turns on inter-library dependencies for OpenBSD
This commit is contained in:
parent
729af02131
commit
88e3823aac
@ -1,4 +1,4 @@
|
||||
# $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
|
||||
@ -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 <bsd.port.mk>
|
||||
|
10
graphics/imlib/patches/patch-ae
Normal file
10
graphics/imlib/patches/patch-ae
Normal file
@ -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*)
|
Loading…
Reference in New Issue
Block a user