From afdb4eaf15b80348fe43a7b512e9a7518d254cfb Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 5 Feb 2003 08:33:53 +0000 Subject: Install the modules .la files. This is one of the rare exceptions where this is required to get the application working. --- finance/gnucash/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'finance/gnucash/Makefile') diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 5e31ffbada4c..e829f32a7517 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -48,7 +49,5 @@ MAN1= gnc-prices.1 gnucash.1 post-patch: @${REINPLACE_CMD} -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|LDFLAGS = -module|LDFLAGS = -module -avoid-version|g' .include -- cgit