add missing libs that allow this to link w/ new binutils ld
XXX this is a workaround, a more beautiful solution is to be found later
This commit is contained in:
parent
e01a6e0105
commit
92f2fea541
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2002/03/23 06:24:49 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2002/04/04 03:53:27 pvalchev Exp $
|
||||
|
||||
COMMENT= "core GNOME system"
|
||||
|
||||
@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --with-kde-datadir=${LOCALBASE}/share
|
||||
CONFIGURE_ARGS+= --with-kde-docdir=${LOCALBASE}/share
|
||||
CONFIGURE_ARGS+= --localstatedir=/var/gnome
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lm"
|
||||
|
||||
pre-build:
|
||||
@cd ${WRKSRC}; \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2002/02/15 19:11:16 nino Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2002/04/04 03:53:27 pvalchev Exp $
|
||||
|
||||
COMMENT= "GNOME Virtual File System"
|
||||
|
||||
@ -32,7 +32,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" LIBS="-pthread"
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-vfs; \
|
||||
|
Loading…
Reference in New Issue
Block a user