summaryrefslogtreecommitdiff
path: root/lang/icc7/files/patch-ia32::bin::icpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ok, it's not my day... gimme that extra large pointy hat please.Alexander Leidinger2004-01-111-1/+1
| | | | | | | | | | | There slipped in a hardcoded /usr/local, it was supposed to be a placeholder for LOCALBASE (to find the stlport lib in the ld wrapper). Thanks to: Marius Strobl <marius@alchemy.franken.de> for reviewing the commits. Notes: svn path=/head/; revision=97938
* After the fast bandaid fix for patch-...{icc,icpc} for those fastAlexander Leidinger2004-01-111-18/+12
| | | | | | | | | | upgrader adopters commit a better fix which also respects PREFIX. Bump PORTREVISION for this fix, not bumping it for the bandaid fix was intended. Notes: svn path=/head/; revision=97935
* Urgs... fix the patches, so they actually result in a working icc...Alexander Leidinger2004-01-111-8/+8
| | | | | | | Noticed by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=97932
* - connect icc7 to the build after a repocopy from iccAlexander Leidinger2004-01-111-2/+2
| | | | | | | | - update icc7 to 7.1.035 - sync parts of icc7 with the icc (v8) port Notes: svn path=/head/; revision=97929
* - Fix icc and icpc scripts (variable overriding) [1]Alexander Leidinger2003-10-221-5/+8
| | | | | | | | | | | | - Don't extract ia64 RPMs [2] - Fix bug on some 4.7 systems [3] Noticed by: mi [1] Suggested by: mi [2] Tested by: Clint Olsen <clint@0lsen.net> Notes: svn path=/head/; revision=91895
* - back out special '-I' handling, it causes problems with the stlport [1]Alexander Leidinger2003-04-181-2/+6
| | | | | | | | | | | | | | (this may break ports which depend upon OpenSSL from ports which was compiled as a base system replacement because it includes a system header directory again) - ignore "-pipe" in CFLAGS, this should unbreak some ports with hardcoded "-pipe" Noticed by: Krzysztof Parzyszek <kristof@swissmail.org> [1] Tested by: Krzysztof Parzyszek <kristof@swissmail.org> [1] Notes: svn path=/head/; revision=79224
* The new version of icc adds -I include paths before the standard includeAlexander Leidinger2003-04-021-1/+1
| | | | | | | | | | | | path, thus adding a system path with -I results in not respecting the sunstitute headers. This results in problems because we have some important changes there. Parts of this commit where Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=77956
* - update to 7.0.082Alexander Leidinger2003-02-101-3/+10
| | | | | | | | | | | | | - fix [dfi]vec.h with stlport-iostreams - do not install a Windows header (mathf.h) - do not install libompstub (depends on pthread_atfork(), see PR 17437) Submitted by: marius@alchemy.franken.de - point to the icc errata after make install Notes: svn path=/head/; revision=75240
* Add missing files for the 7.0.078 update.Alexander Leidinger2003-01-111-0/+67
Pointy hat to: netchild Notes: svn path=/head/; revision=72915