xorg-cf-files: remove merged patch
This commit is contained in:
parent
f59633084d
commit
f949a0cdb3
1 changed files with 0 additions and 47 deletions
|
@ -1,47 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.3 2023/01/20 22:46:34 mrg Exp $
|
||||
|
||||
--- FreeBSD.cf.orig 2021-08-01 18:00:38.000000000 -0700
|
||||
+++ FreeBSD.cf 2023-01-18 14:01:52.364609268 -0800
|
||||
@@ -153,6 +153,9 @@ XCOMM operating system: OSName (OSMajor
|
||||
#ifndef HasFlex
|
||||
#define HasFlex YES
|
||||
#endif
|
||||
+#ifndef HasGnuAr
|
||||
+#define HasGnuAr YES
|
||||
+#endif
|
||||
|
||||
#ifndef HasMktemp
|
||||
#if (OSMajorVersion >= 4) || (OSMajorVersion == 3 && OSMinorVersion >= 1) || \
|
||||
@@ -173,12 +176,12 @@ XCOMM operating system: OSName (OSMajor
|
||||
#endif
|
||||
|
||||
#ifndef CcCmd
|
||||
-#define CcCmd cc
|
||||
+#define CcCmd gcc
|
||||
#endif
|
||||
#ifndef CplusplusCmd
|
||||
#define CplusplusCmd c++
|
||||
#endif
|
||||
-#define CppCmd /usr/bin/cpp
|
||||
+#define CppCmd cpp
|
||||
#define PreProcessCmd CppCmd
|
||||
#define StandardCppOptions -traditional
|
||||
#define StandardCppDefines /**/
|
||||
@@ -470,7 +473,7 @@ XCOMM operating system: OSName (OSMajor
|
||||
/* The GCC strength-reduce bug is fixed for FreeBSD 2.1.5 and later */
|
||||
#ifndef DefaultGcc2i386Opt
|
||||
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5)
|
||||
-#define DefaultGcc2i386Opt -O2 GccAliasingArgs
|
||||
+#define DefaultGcc2i386Opt -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -504,7 +507,7 @@ XCOMM operating system: OSName (OSMajor
|
||||
* Compress manual pages
|
||||
*/
|
||||
#ifndef CompressManPages
|
||||
-# define CompressManPages YES
|
||||
+# define CompressManPages NO
|
||||
#endif
|
||||
|
||||
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 1)
|
Loading…
Reference in a new issue