pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/bluefish Added two patches that fix the build on S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a625cdcf8352
branches:  trunk
changeset: 503750:a625cdcf8352
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 28 14:41:42 2005 +0000

description:
Added two patches that fix the build on Solaris 8 with SunPro.

diffstat:

 www/bluefish/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r f9579133df25 -r a625cdcf8352 www/bluefish/Makefile
--- a/www/bluefish/Makefile     Mon Nov 28 13:43:24 2005 +0000
+++ b/www/bluefish/Makefile     Mon Nov 28 14:41:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2005/10/14 09:57:54 adam Exp $
+# $NetBSD: Makefile,v 1.59 2005/11/28 14:41:42 rillig Exp $
 
 DISTNAME=      bluefish-1.0.4
 CATEGORIES=    www
@@ -20,9 +20,10 @@
 USE_TOOLS+=            find gmake grep pkg-config
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-icon-path=${PREFIX}/share/pixmaps
-CONFIGURE_ENV+=                EXTERNAL_GREP="${TOOLS_GREP}"
-CONFIGURE_ENV+=                EXTERNAL_FIND="${TOOLS_FIND}"
+CONFIGURE_ARGS+=       --with-icon-path=${PREFIX:Q}/share/pixmaps
+CONFIGURE_ARGS+=       --with-freedesktop_org-menu=${PREFIX:Q}/share/applications
+CONFIGURE_ENV+=                EXTERNAL_GREP=${TOOLS_GREP:Q}
+CONFIGURE_ENV+=                EXTERNAL_FIND=${TOOLS_FIND:Q}
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"



Home | Main Index | Thread Index | Old Index