pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/hercules4sdl-telnet/patches
Module Name: pkgsrc
Committed By: rhialto
Date: Wed Jan 19 20:15:10 UTC 2022
Added Files:
pkgsrc/net/hercules4sdl-telnet/patches: patch-cflags.txt
Log Message:
net/hercules4sdl-telnet: add missing patch file.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/hercules4sdl-telnet/patches/patch-cflags.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/hercules4sdl-telnet/patches/patch-cflags.txt
diff -u /dev/null pkgsrc/net/hercules4sdl-telnet/patches/patch-cflags.txt:1.1
--- /dev/null Wed Jan 19 20:15:10 2022
+++ pkgsrc/net/hercules4sdl-telnet/patches/patch-cflags.txt Wed Jan 19 20:15:10 2022
@@ -0,0 +1,33 @@
+$NetBSD: patch-cflags.txt,v 1.1 2022/01/19 20:15:10 rhialto Exp $
+
+We just want do do a native-wordsize build.
+Do not depend on the object directory name to set the wordsize.
+
+--- cflags.txt.orig 2020-11-13 09:38:36.000000000 +0000
++++ cflags.txt
+@@ -32,25 +32,8 @@ set( CMAKE_C_FLAGS_RELWITHDEBINFO "${CMA
+
+ if( NOT WIN32 )
+
+- set( TEMP_CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}" )
+- set( CMAKE_REQUIRED_FLAGS "-m32" )
+- Check_C_Compiler_Flag( -m32 OK )
+-
+- if( OK )
+- set( m32 "-m32" )
+- else()
+ set( m32 "" )
+- endif()
+-
+- set( CMAKE_REQUIRED_FLAGS "-m64" )
+- Check_C_Compiler_Flag( -m64 OK )
+- set( CMAKE_REQUIRED_FLAGS "${TEMP_CMAKE_REQUIRED_FLAGS}" )
+-
+- if( OK )
+- set( m64 "-m64" )
+- else()
+ set( m64 "" )
+- endif()
+
+ endif()
+
Home |
Main Index |
Thread Index |
Old Index