dnl as-compiler-flag.m4 0.1.0 dnl autostars m4 macro for detection of compiler flags dnl David Schleef dnl $Id: as-compiler-flag.m4,v 1.1 2005/12/15 23:35:19 ds Exp $ dnl AS_COMPILER_FLAG(CFLAGS, ACTION-IF-ACCEPTED, [ACTION-IF-NOT-ACCEPTED]) dnl Tries to compile with the given CFLAGS. dnl Runs ACTION-IF-ACCEPTED if the compiler can compile with the flags, dnl and ACTION-IF-NOT-ACCEPTED otherwise. AC_DEFUN([AS_COMPILER_FLAG], [ AC_MSG_CHECKING([to see if compiler understands $1]) save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $1" AC_TRY_COMPILE([ ], [], [flag_ok=yes], [flag_ok=no]) CFLAGS="$save_CFLAGS" if test "X$flag_ok" = Xyes ; then m4_ifvaln([$2],[$2]) true else m4_ifvaln([$3],[$3]) true fi AC_MSG_RESULT([$flag_ok]) ]) dnl AS_COMPILER_FLAGS(VAR, FLAGS) dnl Tries to compile with the given CFLAGS. AC_DEFUN([AS_COMPILER_FLAGS], [ list=$2 flags_supported="" flags_unsupported="" AC_MSG_CHECKING([for supported compiler flags]) for each in $list do save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $each" AC_TRY_COMPILE([ ], [], [flag_ok=yes], [flag_ok=no]) CFLAGS="$save_CFLAGS" if test "X$flag_ok" = Xyes ; then flags_supported="$flags_supported $each" else flags_unsupported="$flags_unsupported $each" fi done AC_MSG_RESULT([$flags_supported]) if test "X$flags_unsupported" != X ; then AC_MSG_WARN([unsupported compiler flags: $flags_unsupported]) fi $1="$$1 $flags_supported" ]) _and_yarn/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Expand)AuthorAgeFilesLines
* - Update INIT to 2012-01-01 which also fixes 'make fetch' errorsunpoet2012-01-082-4/+5
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
* Mark as broken on powerpc.linimon2011-12-281-1/+7
* - Update website linkeadler2011-12-251-1/+1
* Add the forgotten checksum for zsh-docbapt2011-12-191-0/+2
* - update to 4.3.15bapt2011-12-183-5/+4
* Fix distfile fetching with NOPORTDOCS=yesbapt2011-12-091-2/+3
* - update to 4.3.14bapt2011-12-083-7/+17
* - Make sure after deinstall /etc/shells is cleanmiwi2011-11-262-2/+6
* - Update to R40cmiwi2011-11-252-3/+3
* - Fix build for badly upgraded systems which have both utmp.h and utmpx.hbapt2011-11-131-0/+15
* Add the right patchbapt2011-11-071-3/+8
* and with the patch it is even betterbapt2011-11-071-0/+40
* - split the zsh_mem option into zsh_mem and zsh_secure_free activate secure_f...bapt2011-11-071-8/+19
* - Update to 20111027miwi2011-10-282-5/+4
* Fix a variable substitution.adamw2011-10-272-2/+2
* Fix a // in path which apparently breaks portinstall's ability to parseadamw2011-10-262-2/+2
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+0
* Remove more tags from pkg-descr files fo the form:dougb2011-10-242-6/+0
* - Add p5-Bash-Completion 0.008sunpoet2011-10-235-0/+87
* - Update MASTER_SITES and WWWwen2011-10-172-3/+2
* - Bugfix: ksh segfaults on suspendsunpoet2011-10-052-1/+11
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-244-9/+6
* - Use @dirrmtry for PREFIX/etc/bash_completion.dsunpoet2011-09-202-15/+14
* - Track dependencies after databases/gdbm updategabor2011-09-121-1/+2
* Ambit, at its simplest, uses Bash Brace Expansion to expand and listeadler2011-08-305-0/+72
* Update to Bash 4.1 patchlevel 11.obrien2011-08-302-1/+3
* - Update to R40bmiwi2011-08-262-3/+3
* - change the email address I use to maintain portseadler2011-08-221-1/+1
* - change the email address I use to maintain portseadler2011-08-221-1/+1
* - Remove MANUAL_PACKAGE_BUILD: tinderbox build was fixed in Makefile r1.62sunpoet2011-08-201-1/+0
* - add MASTER_SITE_LOCALdinoex2011-08-091-1/+3
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0
* Fix master_sitebapt2011-08-031-1/+1
* Fix completions for portinstall, an indexing error.adamw2011-08-022-1/+2
* - Update to 0.5.7culot2011-07-282-3/+3
* The file completion bugfix for 8.X and 9.X introduced a bug undercy2011-07-051-1/+1
* Previous commit introduced a file completion bug under FreeBSDcy2011-07-051-4/+6
* Fix patch phase error.cy2011-07-051-1/+1
* As with other shells, link this shell dynamically.cy2011-07-052-1/+11
* Fix file completion bug.cy2011-07-052-0/+41
* - Kick MD5miwi2011-07-032-2/+0
* Fix error introduced by previous commit.cy2011-06-291-0/+1
* Bring back 44bsd-csh.cy2011-06-291-1/+1
* Bring back this port.cy2011-06-295-0/+103
* Bye Byemiwi2011-06-25