pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re:pkg/41071: inputmethod/uim fails to build with "gnome" option (fwd)
The following reply was made to PR pkg/41071; it has been noted by GNATS.
From: VEG03617%nifty.com@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re:pkg/41071: inputmethod/uim fails to build with "gnome" option (fwd)
Date: Sun, 29 Mar 2009 11:25:53 +0000 (UTC)
>Submitter-Id: net
>Originator: Ei Ohno
>Organization:
>Confidential: no
>Synopsis: Re:pkg/41071: inputmethod/uim fails to build with "gnome"
>option (fwd)
>Severity: serious
>Priority: medium
>Category: pkg
>Class: change-request
>Release: 4.0.1-RELEASE
>Environment:
>Description:
I fixed that inputmethod/uim fails to build with "gnome" option and It will do
for the time being.
>How-To-Repeat:
>Fix:
Apply the following patch for uim/options.mk.
--- options.mk 2009-03-28 02:04:26.000000000 +0900
+++ options.mk 2009-03-28 01:45:33.000000000 +0900
@@ -56,6 +56,8 @@
.endif
.if !empty(PKG_OPTIONS:Mgnome)
. include "../../x11/gnome-panel/buildlink3.mk"
+CFLAGS+= -I$(BUILDLINK_PREFIX.libgnomeui)/include/libgnomeui-2.0
+LDFLAGS+= -lgnomeui-2
PLIST.gnome= yes
.else
Home |
Main Index |
Thread Index |
Old Index