diff options
author | steve <steve@FreeBSD.org> | 1999-08-22 03:57:03 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-22 03:57:03 +0000 |
commit | 4d7ebf73b58e021227b3191498130992249c9a9e (patch) | |
tree | 259ada4a14a2ab8cdd6fc31053fe62c6cb906353 /devel | |
parent | 7497834b424bc6f335ae257d627163d8d1eb02a4 (diff) | |
download | FreeBSD-ports-4d7ebf73b58e021227b3191498130992249c9a9e.zip FreeBSD-ports-4d7ebf73b58e021227b3191498130992249c9a9e.tar.gz |
Mark this port broken. It doesn't link correctly on many boxes because
libtool summarily deletes --rpath directives in link mode.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libglade/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade2/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index cf21981..51d8cbf 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1999 # Whom: Ade Lovett <ade@lovett.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/22 03:54:24 steve Exp $ # DISTNAME= libglade-0.3 @@ -16,6 +16,8 @@ MAINTAINER= ade@lovett.com LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ xml.4:${PORTSDIR}/textproc/libxml +BROKEN= problems with rpath handling in libtool + GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_PERL5= yes diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index cf21981..51d8cbf 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1999 # Whom: Ade Lovett <ade@lovett.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/22 03:54:24 steve Exp $ # DISTNAME= libglade-0.3 @@ -16,6 +16,8 @@ MAINTAINER= ade@lovett.com LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ xml.4:${PORTSDIR}/textproc/libxml +BROKEN= problems with rpath handling in libtool + GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_PERL5= yes |