summaryrefslogtreecommitdiff
path: root/textproc/openjade/files/patch-configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-22Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold1-3/+0
With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
2014-07-29Rename textproc/ patch-xy patches to reflect the files they modify.Adam Weinberger1-0/+0
Notes: svn path=/head/; revision=363336
2014-07-02- Add USES=libtoolTijl Coosemans1-8/+0
- Remove hack for gcc 3.x Notes: svn path=/head/; revision=360257
2003-02-28Add missing plist entries and don't install useless .la files.Jun Kuriyama1-7/+18
Submitted by: naddy Notes: svn path=/head/; revision=76648
2002-09-15Some GNU (and GNU-style) programs assume that the presence of theJosef Karthauser1-0/+20
restartable multibyte/wide character functions (mbsrtowcs(), wcsrtombs()) means that all of the other ISO C90 Amd.1 wide character functions exist. The restartable mb/wc functions were added recently and do not exist in -stable. Making blind assumptions like this defeats the purpose of using autoconf at all.. Submitted by: tjr Notes: svn path=/head/; revision=66381