From 92f2fea541b5b2c8d80a99f1ca7c38f634131eb8 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Thu, 4 Apr 2002 03:53:27 +0000 Subject: [PATCH] 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 --- x11/gnome/core/Makefile | 4 ++-- x11/gnome/vfs/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/gnome/core/Makefile b/x11/gnome/core/Makefile index 89a86a159a3..81fe1ed0d3a 100644 --- a/x11/gnome/core/Makefile +++ b/x11/gnome/core/Makefile @@ -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}; \ diff --git a/x11/gnome/vfs/Makefile b/x11/gnome/vfs/Makefile index bd4fb1db7b4..7322db4390f 100644 --- a/x11/gnome/vfs/Makefile +++ b/x11/gnome/vfs/Makefile @@ -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; \