pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46151: gnash not building
The following reply was made to PR pkg/46151; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/46151: gnash not building
Date: Sat, 10 Mar 2012 13:51:09 +0900
The following patch seems to fix the problem on NetBSD/amd64 5.1.2.
(not sure if macros/incllist should rather been fixed)
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/multimedia/gnash/patches/patch-aa,v
retrieving revision 1.13
diff -u -r1.13 patch-aa
--- patches/patch-aa 16 Feb 2012 10:44:54 -0000 1.13
+++ patches/patch-aa 10 Mar 2012 04:41:02 -0000
@@ -33,3 +33,12 @@
fi
if test x"${ac_cv_path_kde4_incl}" != x ; then
+@@ -31365,7 +31365,7 @@
+
+
+ if test x"${ac_cv_path_x11_incl}" = x ; then
+- newlist="/Developer/SDKs/MacOSX10.6*.sdk/usr/include
/Developer/SDKs/MacOSX10.5*.sdk/usr/include
/Developer/SDKs/MacOSX10.4*.sdk/usr/include ${incllist}"
++ newlist="/Developer/SDKs/MacOSX10.6*.sdk/usr/include
/Developer/SDKs/MacOSX10.5*.sdk/usr/include
/Developer/SDKs/MacOSX10.4*.sdk/usr/include ${x_includes} ${incllist}"
+ for i in $newlist; do
+ if test -f $i/X11/X.h; then
+ ac_cv_path_x11_incl="-I$i"
Home |
Main Index |
Thread Index |
Old Index