dnl See whether we need a declaration for a function. dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES]) AC_DEFUN(GCC_NEED_DECLARATION, [AC_MSG_CHECKING([whether $1 must be declared]) AC_CACHE_VAL(gcc_cv_decl_needed_$1, [AC_TRY_COMPILE([ #include #ifdef HAVE_STRING_H #include #else #ifdef HAVE_STRINGS_H #include #endif #endif #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_UNISTD_H #include #endif $2], [char *(*pfn) = (char *(*)) $1], eval "gcc_cv_decl_needed_$1=no", eval "gcc_cv_decl_needed_$1=yes")]) if eval "test \"`echo '$gcc_cv_decl_needed_'$1`\" = yes"; then AC_MSG_RESULT(yes) gcc_need_declarations="$gcc_need_declarations $1" gcc_tr_decl=NEED_DECLARATION_`echo $1 | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` AC_DEFINE_UNQUOTED($gcc_tr_decl) else AC_MSG_RESULT(no) fi ])dnl dnl Check multiple functions to see whether each needs a declaration. dnl GCC_NEED_DECLARATIONS(FUNCTION... [, EXTRA-HEADER-FILES]) AC_DEFUN(GCC_NEED_DECLARATIONS, [for ac_func in $1 do GCC_NEED_DECLARATION($ac_func, $2) done ] ) t='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename KDE4 meta portstcberner2018-02-101-1/+1
* Fix build with clang 6 and bump PORTREVISION since the code was wrong in anyjhale2018-01-222-1/+21
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-1/+1
* - Convert USE_MYSQL to USESjhale2016-12-251-6/+11
* Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added intijl2016-12-081-1/+1
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-241-2/+2
* Remove expired misc/kdehier4 and update all of its consumers to not reference...rene2016-05-261-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-2/+2
* Switch to USES=pgsqlcrees2014-11-231-2/+2
* - Trim @dirrm[try] from pkg-plistjhale2014-09-221-9/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-1/+1
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-1/+1
* - STAGEifyjhale2014-03-282-5/+0
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-1/+1
* Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime ismakc2014-02-011-2/+2
* - Remove LATEST_LINKjhale2013-10-081-24/+14
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - Add missing sharedmime to the list of USE_KDE4 components. It will bemakc2013-05-132-7/+0
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1