fa3fb5ee13
This are the default rules used by imake. Platforms other than DragonFly, FreeBSD, Linux and NetBSD will most likely want some work here. OK for import during freeze: agc@ and wiz@
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
$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
|