pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/30584
The following reply was made to PR pkg/30584; it has been noted by GNATS.
From: "Gilles.Dauphin" <dauphin%enst.fr@localhost>
To: "gnats bugs" <gnats-bugs%netbsd.org@localhost>
Cc:
Subject: pkg/30584
Date: Tue, 23 Aug 2005 11:10:38 +0200
>Submitter-Id: net
>Originator: Gilles.Dauphin
>Organization: ENST
>Confidential: no
>Synopsis: pkg/30584
>Severity: non-critical
>Priority: low
>Category: pkg
>Class: sw-bug
>Release: SunOS 5.10 i86pc
>Environment:
System: SunOS redhot.enst.fr 5.10 Generic_118844-11 i86pc
>Description:
In reply to Re: pkg/30584 and test gtk-send-pr-0.4.5
>How-To-Repeat:
>Fix:
gtk-send-pr-0.4.5 work for me with 'own' patch to x11/fixesext
------------------------------------------------------------
diff -bu builtin.mk.orig builtin.mk
--- builtin.mk.orig Tue Aug 23 09:59:00 2005
+++ builtin.mk Tue Aug 23 10:26:20 2005
@@ -22,8 +22,16 @@
# of one of the pkgsrc-installed X11 distributions.
#
. if exists(${H_XFIXESPROTO}) && exists(${H_XFIXESWIRE})
+. if ${OPSYS} == "SunOS" && ${OS_VERSION} == "5.10"
+# that is not correct, but work. In solaris10 Xfixes is release 3.0
+# The actual pkgsrc release is 2.0 (23 Aug 2005). So, making the lib would
+# work. It install the wanted fixesext.pc in the right place:
+# /usr/pkg/lib/pkgconfig/fixesext.pc
+IS_BUILTIN.fixesext= no
+. else
IS_BUILTIN.fixesext= yes
. endif
+. endif
.endif
MAKEVARS+= IS_BUILTIN.fixesext
------------------------------------------------
You can close this send if you receive this mail
just a test sorry,
Home |
Main Index |
Thread Index |
Old Index