dnl dnl Check for struct linger dnl AC_DEFUN(AC_STRUCT_LINGER, [ av_struct_linger=no AC_MSG_CHECKING(struct linger is available) AC_TRY_RUN([ #include #include struct linger li; main () { li.l_onoff = 1; li.l_linger = 120; exit (0); } ],[ AC_DEFINE(HAVE_STRUCT_LINGER) av_struct_linger=yes ],[ av_struct_linger=no ],[ av_struct_linger=no ]) AC_MSG_RESULT($av_struct_linger) ]) it/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - NO_PORTDOCS -> NOPORTDOCSpav2005-02-061-1/+1
* unbreak by adding missing dependencyijliao2004-03-241-2/+1
* BROKEN: Does not compilekris2004-03-131-0/+2
* The change of the lang/ocaml port to use tcl/tk 8.4.x brokelinimon2004-03-044-43/+97
* This is broken on 4.x as well.kris2004-02-231-7/+3
* BROKEN on 5.x: does not compilekris2004-02-091-1/+7
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* update graphics/ocaml-lablgl: 0.98 -> 0.99daichi2003-08-184-62/+62
* De-pkg-comment.knu2003-02-21