diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 04:43:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 04:43:29 +0800 |
commit | c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319 (patch) | |
tree | b532de1f928b946d71e971f10c1860f6560eb681 /deskutils | |
parent | e6b6f10753afe25e14ae83bf2d2b7e13182682ac (diff) | |
download | marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.gz marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.bz2 marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.lz marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.xz marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.zst marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.zip |
All ports that use ltverhack still need to set USE_AUTOTOOLS=libtool:15 since
certain assumptions are made in that case.
Reported by: ade and Pascal Hofstee <caelian@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5754 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 2e46aabba..b77a8449e 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.80 2006/02/12 21:29:53 marcus Exp $ +# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.81 2006/02/24 05:48:05 marcus Exp $ # PORTNAME= gnomeutils2 @@ -27,7 +27,7 @@ GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ libgnomeprintui gnomedesktop ltverhack -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 2e46aabba..b77a8449e 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.80 2006/02/12 21:29:53 marcus Exp $ +# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.81 2006/02/24 05:48:05 marcus Exp $ # PORTNAME= gnomeutils2 @@ -27,7 +27,7 @@ GNOME_DESKTOP_VERSION=2 INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ libgnomeprintui gnomedesktop ltverhack -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |