--- cdda_d/Imakefile.orig Fri Jun 7 13:33:15 2002 +++ cdda_d/Imakefile Fri Jun 7 13:33:21 2002 @@ -76,6 +76,12 @@ #endif /* Linux Sun AIX Ultrix USL SVR4 */ #endif +#if defined(FreeBSDArchitecture) +/* The following is BSD-make specific */ +.if exists(/usr/include/camlib.h) +DEFINES+= -DFREEBSD_CAM -DHAS_SETEUID +.endif +#endif /* * Add local include path s-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/make_index
Commit message (Expand)AuthorAgeFilesLines
* - Fix 'make index' when system is built with WITHOUT_PORTSNAP bybdrewery2013-10-081-0/+180
* Use the portsnap version of make_index instead of the perl version.bapt2013-10-071-180/+0
* Major optimizations for 'make index' and other recursive traversalkris2008-07-201-0/+2
* Fix bogus comments. No code change.linimon2006-02-021-5/+5
* Remove traling spaces.krion2005-01-091-3/+3
* * Be even more explicit about partial ports trees being unsupportedkris2004-07-141-13/+62