dnl dnl GNOME_ORBIT_HOOK (script-if-orbit-found, failflag) dnl dnl if failflag is "failure" it aborts if orbit is not found. dnl AC_DEFUN([GNOME_ORBIT_HOOK],[ AC_PATH_PROG(ORBIT_CONFIG,orbit-config,no) AC_PATH_PROG(ORBIT_IDL,orbit-idl,no) AC_CACHE_CHECK([for working ORBit environment],gnome_cv_orbit_found,[ if test x$ORBIT_CONFIG = xno -o x$ORBIT_IDL = xno; then gnome_cv_orbit_found=no else gnome_cv_orbit_found=yes fi ]) AM_CONDITIONAL(HAVE_ORBIT, test x$gnome_cv_orbit_found = xyes) if test x$gnome_cv_orbit_found = xyes; then $1 ORBIT_CFLAGS=`orbit-config --cflags client server` ORBIT_LIBS=`orbit-config --use-service=name --libs client server` AC_SUBST(ORBIT_CFLAGS) AC_SUBST(ORBIT_LIBS) else if test x$2 = xfailure; then AC_MSG_ERROR(ORBit not installed or installation problem) fi fi ]) AC_DEFUN([GNOME_ORBIT_CHECK], [ GNOME_ORBIT_HOOK([],failure) ]) ='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libdrm
Commit message (Expand)AuthorAgeFilesLines
* Fix pkg-plist WITHOUT_NOUVEAU.nork2010-05-152-1/+2
* To set variable, enclose in bsd.port.pre.mk - bsd.port.post.mk.nork2010-03-151-2/+4
* Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17.nork2010-02-073-19/+31
* Update to 2.4.12rnoland2009-08-022-4/+4
* Update to 2.4.11rnoland2009-05-162-4/+4
* Update to 2.4.9rnoland2009-04-222-4/+4
* Update to 2.4.7rnoland2009-04-103-5/+21
* Update to 2.4.5rnoland2009-02-263-4/+7
* Update to 2.4.4rnoland2009-01-252-4/+4
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-243-5/+16
* update to 2.3.1rnoland2008-08-263-5/+4
* Use bzip2 distfile.flz2008-05-292-3/+4
* - Welcome X.org 7.2 \o/.flz2007-05-203-5/+6
* Update to 2.0.2, which includes new R200 VP commands.anholt2006-06-293-6/+4
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
* Update to 2.0.1, adding new hardware interfaces.anholt2006-04-082-4/+4
* Conversion to a single libtool environment.ade2006-02-232-1/+3
* Remove ONLY_FOR_ARCHS. libdrm seems to build fine on at least sparc64lesi2006-01-081-1/+0
* Fix CATEGORIES.lesi2006-01-031-1/+1