Commit graph

12 commits

Author SHA1 Message Date
sbd
0071cf4c78 Remove '-m486' from COMPILERFLAGS, its not a g++ flag. 2012-02-05 20:53:12 +00:00
wiz
f36d9f94b9 Unconditionalize the DragonFly patches for newer c++.
Use patches instead of sed.
Set LICENSE while here.
2011-11-22 20:57:34 +00:00
marino
a140f6875a audio/maplay: Fix DragonFly breakage
This package has been broken at least since DragonFly moved to gcc44 for
their base compiler.  The previously deprecated "-m486" is no longer
recognized, but the -march defaults to i486 now anyway, so this switch is
no longer required.

GCC 4.4 got rid of the iostream and iomanip backwards compatibility, so
trying to include these headers is another source of breakage.  While
probably correct for all platforms, this commit conservatively only
changes the build process for DragonFly since maplay apparently is
building okay on NetBSD.

No PKGREVISION bump is required.
2011-11-22 16:37:01 +00:00
dholland
9c705da45b main() needs a return type in clang-land. 2011-08-29 00:04:07 +00:00
joerg
263934f569 user-destdir support 2009-07-07 15:25:39 +00:00
joerg
642aa2836e Add DragonFly support. 2005-12-11 22:17:37 +00:00
mrauch
4261bc65dc Fix compilation on -current (gcc3 issues).
Use the original master tarball, not a copy from somewhere which isn't
reachable any longer.
2004-01-18 13:59:25 +00:00
agc
5c5fe9fed1 Fix a compilation problem on 1.6 and above.
Split patch files out into one file per patch-file.
2002-06-27 15:52:11 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
augustss
aea2af033f Avoid -m486 flag. 1998-01-06 22:42:03 +00:00
augustss
970bbef5a1 Change RCS Id.
NetBSD port.
1997-10-28 23:49:37 +00:00
augustss
4daa64a629 Initial import of FreeBSD audio packages. 1997-10-28 23:18:20 +00:00