Skip site navigation (1)Skip section navigation (2)
Date:      12 Feb 2002 19:13:33 +0100
From:      Franz Klammer <klammer@webonaut.com>
To:        Joe Clarke <marcus@marcuscom.com>
Cc:        gnome@freebsd.org
Subject:   Re: AbiWord and GNOME-Support
Message-ID:  <1013537613.370.35.camel@ncc-1701.webonaut.com>
In-Reply-To: <20020212123252.O57748-100000@shumai.marcuscom.com>
References:  <20020212123252.O57748-100000@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Di , 2002-02-12 um 18.33 schrieb Joe Clarke:
> 
> 
> On 12 Feb 2002, Franz Klammer wrote:

> > I have made some changes to the Makefile for AbiWord that it
> > compiles with gnome-support (+gnomeprint, +gnome-images) if available.
> > There is only this list as maintainer.
> > I hope the right person read this mail. :-)
> 
> I, too, made some changes to the port, but so far those changes haven't
> been committed.  This is the place for GNOME stuff, though.  Send your
> diffs.

my first diff ;-)
i hope this is that what you need.

------------------------- start diff ------------------------
--- Makefile    Thu Feb  7 13:29:42 2002
+++ Makefile.gnome      Tue Feb 12 18:47:49 2002
@@ -33,6 +33,7 @@
 USE_AUTOMAKE=  yes
 USE_GMAKE=     yes
 USE_GTK=       yes
+WANT_GNOME=    yes
 AUTOMAKE=      ${WRKSRC}/autogen.sh && ${FIXME}
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib -lgiconv"
@@ -41,6 +42,13 @@
                   
's|\$$\(libdir\)/\@PACKAGE\@|\$$\(datadir\)/\@PACKAGE\@|g ; 
\
                     s|\@DEFS\@|-I${WRKSRC}/../libiconv/include
\@DEFS\@|g'
 
+
+.include <bsd.port.pre.mk>
+
+.if defined(HAVE_GNOME)
+CONFIGURE_ARGS=        --enable-gnome
+.endif
+
 post-patch:
        @giconv -f cp1251 -t koi8-u
${WRKSRC}/user/wp/strings/uk-UA.strings > \
                ${WRKDIR}/.uk-UA.strings
@@ -54,4 +62,4 @@
 post-install:
        @${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
----------------------------- end diff -----------------------

-- 
WEBONAUT.com
http://webonaut.com
mailto:klammer@webonaut.com
Tel.: +43-664-3434708


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1013537613.370.35.camel>