diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-26 07:45:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-26 07:45:56 +0000 |
commit | da050e10ab925c24c725d4aca644bf7726f33a4f (patch) | |
tree | 5eb115a5bc228743d0f20373818999d1bf5022a7 /x11/libgnome | |
parent | 0ddc3c8747670e441a6c559732bbf8f2c055f105 (diff) |
Notes
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/files/patch-configure | 16 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index cfd2b96b65a6..ea2ee34daa62 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgnome PORTVERSION= 1.117.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5 diff --git a/x11/libgnome/files/patch-configure b/x11/libgnome/files/patch-configure index a5505d8fc8d9..c444fc7c7117 100644 --- a/x11/libgnome/files/patch-configure +++ b/x11/libgnome/files/patch-configure @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- configure 2002/04/26 10:15:23 1.1 -+++ configure 2002/04/26 10:15:59 +--- configure.orig Mon May 13 13:03:40 2002 ++++ configure Sun May 26 03:43:23 2002 @@ -7186,6 +7186,7 @@ # This can be used to rebuild libtool when needed @@ -11,3 +8,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -7471,7 +7472,7 @@ + LIBGNOME_AGE=0 + + case $host in +- *-linux-gnu | *-irix6*) ++ *-linux-gnu | *-irix6* | *-freebsd*) + cat >>confdefs.h <<\EOF + #define HAVE_MAN_WHEREIS 1 + EOF |