$NetBSD: patch-ae,v 1.1.1.1 2006/12/19 22:54:51 joerg Exp $ --- DragonFly.cf.orig 2006-01-06 13:35:13.000000000 +0000 +++ DragonFly.cf @@ -96,12 +96,12 @@ XCOMM operating system: OSName (OSMajor #define HasFlex YES #ifndef CcCmd -# define CcCmd cc +# define CcCmd @@PKGSRC_CC@@ #endif #ifndef CplusplusCmd -# define CplusplusCmd c++ +# define CplusplusCmd @@PKGSRC_CXX@@ #endif -#define CppCmd /usr/bin/cpp +#define CppCmd @@PKGSRC_CPP@@ #define PreProcessCmd CppCmd #define StandardCppOptions -traditional #define StandardCppDefines /**/ @@ -148,6 +148,10 @@ XCOMM operating system: OSName (OSMajor # define HasSSESupport NO #endif +#ifndef BuildDmx +#define BuildDmx YES +#endif + #ifndef UseRpath # define UseRpath YES #endif @@ -293,7 +297,7 @@ XCOMM operating system: OSName (OSMajor * Compress manual pages */ #ifndef CompressManPages -# define CompressManPages YES +# define CompressManPages NO #endif #define HasBsdMake YES