Path to this page:
Subject: CVS commit: [pkgsrc-2011Q4] pkgsrc/www/amaya
From: Steven Drake
Date: 2012-01-09 05:17:31
Message id: 20120109041731.4E592175DD@cvs.netbsd.org
Log Message:
Pullup ticket #3639 - requested by dholland
www/amaya build fix
Revisions pulled up:
- www/amaya/distinfo 1.24
- www/amaya/hacks.mk 1.1
- www/amaya/patches/patch-Amaya_amaya_HTMLedit_c 1.1
- www/amaya/patches/patch-Amaya_thotlib_base_platform_c 1.1
---
Module Name: pkgsrc
Committed By: dholland
Date: Sun Jan 8 22:15:21 UTC 2012
Modified Files:
pkgsrc/www/amaya: distinfo
Added Files:
pkgsrc/www/amaya/patches: patch-Amaya_amaya_HTMLedit_c
patch-Amaya_thotlib_base_platform_c
Log Message:
Fix build problems with gcc 4.5. The code makes no sense so I'm not sure
what I did is going to work... or that the code that was here previously
ever worked or actually did what anyone upstream intended. C++ is fun
that way.
---
Module Name: pkgsrc
Committed By: dholland
Date: Sun Jan 8 22:19:03 UTC 2012
Added Files:
pkgsrc/www/amaya: hacks.mk
Log Message:
Add a workaround for PR 45266 (krb5-config issue in NetBSD base):
clear BUILDLINK_INCDIRS.heimdal. Otherwise -I/usr/include/krb5 appears
in CFLAGS, which breaks the build because the compiler finds krb5's
base64.h instead of Amaya's. krb5 is pulled in by curl, which is a
several-times-indirect dependency, and nothing in this package uses
it, or apparently anything that needs it, directly.
Files: