found 345218 2.0.1.09.dfsg.1-0.2
reopen 345218
thanks
Hi,
current pyopengl fails to build on GNU/kFreeBSD because a configuration
file for this system is missing. Please find bellow a patch to
for auto-syncing it.
Thanks in advance.
Petr
--- debian/rules~ 2006-11-18 17:33:11.000000000 +0100
+++ debian/rules 2006-11-18 17:33:11.000000000 +0100
@@ -18,6 +18,9 @@
dh_testdir
dh_testroot
rm -f build-stamp*
+ cp -f config/linux.cfg config/gnukfreebsd5.cfg
+ cp -f config/linux.cfg config/gnukfreebsd6.cfg
+ cp -f config/linux.cfg config/gnukfreebsd7.cfg
python setup.py clean --all
find . -name '*.pyc' -print0 | xargs -0 rm -f
-rm -rf build
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]