From 3c9cd48af24a967707d9b256324d0015196ebdd0 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 30 May 1999 03:51:43 +0000 Subject: Set USELIBTOOL=yes and use new gnome libs. PR: 11844 Submitted by: Jeremy Lea --- misc/gnomeutils/Makefile | 17 ++++++++--------- misc/gnomeutils/files/patch-aa | 11 ++++++++++- 2 files changed, 18 insertions(+), 10 deletions(-) (limited to 'misc/gnomeutils') diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile index 4d6dd9237df1..090fd8c6012b 100644 --- a/misc/gnomeutils/Makefile +++ b/misc/gnomeutils/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.7 1999/03/09 01:09:00 nectar Exp $ +# $Id: Makefile,v 1.8 1999/04/08 18:08:34 steve Exp $ # DISTNAME= gnome-utils-1.0.1 @@ -18,19 +18,18 @@ BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= obgnome.1:${PORTSDIR}/lang/gnomeobjc +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_X_PREFIX= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --with-gnome=${X11BASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + --with-gnome=${PREFIX} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" MAN1= gtt.1 -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include diff --git a/misc/gnomeutils/files/patch-aa b/misc/gnomeutils/files/patch-aa index 2e73d96fd7b0..c814062cbc36 100644 --- a/misc/gnomeutils/files/patch-aa +++ b/misc/gnomeutils/files/patch-aa @@ -1,5 +1,14 @@ --- configure.orig Tue Mar 2 00:23:40 1999 -+++ configure Sat Mar 6 23:55:23 1999 ++++ configure Sat May 22 21:54:01 1999 +@@ -2387,7 +2387,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PTHREAD_LIB="-lc_r" ++ PTHREAD_LIB="" + else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 @@ -3143,7 +3143,7 @@ echo $ac_n "checking for an obGnomeConf.sh""... $ac_c" 1>&6 -- cgit v1.2.3