summaryrefslogtreecommitdiff
path: root/vice-opt.patch
diff options
context:
space:
mode:
authorJakub Bogusz2023-06-28 20:32:34 (GMT)
committerJakub Bogusz2023-06-28 20:32:34 (GMT)
commit8bac1f5902c8fcda5c8a60a5b678101d5ae774d4 (patch)
tree4e3920e2a0b7603893508dcd32fe4623f74e53c8 /vice-opt.patch
parent1cbf53eb5de7ddaefe87cfd4844f29cec60ae6d1 (diff)
downloadvice-8bac1f5902c8fcda5c8a60a5b678101d5ae774d4.zip
vice-8bac1f5902c8fcda5c8a60a5b678101d5ae774d4.tar.gz
- added bash,opt,link patches - package HMTL docs in -doc subpackage - point vice-c64 desktop file to x64sc instead of deprecated x64 emulator - added bconds for hardware SID devices
Diffstat (limited to 'vice-opt.patch')
-rw-r--r--vice-opt.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/vice-opt.patch b/vice-opt.patch
new file mode 100644
index 0000000..db3be97
--- /dev/null
+++ b/vice-opt.patch
@@ -0,0 +1,17 @@
+--- vice-3.7.1/configure.ac.orig 2022-12-28 00:56:56.000000000 +0100
++++ vice-3.7.1/configure.ac 2023-06-28 16:28:44.575827236 +0200
+@@ -41,10 +41,10 @@ dnl This has to happen before any other
+
+ dnl Set VICE's compiler flags (can be overridden by the user)
+ VICE_CPPFLAGS="-I\$(top_srcdir)/src/arch/systemheaderoverride"
+-VICE_CFLAGS="-g -O3"
+-VICE_CXXFLAGS="-g -O3"
+-VICE_OBJCFLAGS="-g -O3"
+-VICE_LDFLAGS=""
++VICE_CFLAGS="$CFLAGS"
++VICE_CXXFLAGS="$CXXFLAGS"
++VICE_OBJCFLAGS="$OBJCFLAGS"
++VICE_LDFLAGS="$LDFLAGS"
+
+ dnl Avoid "ar: `u' modifier ignored since `D' is the default (see `U')" warning
+ dnl caused by a longstanding bug in libtool.