mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
- Fix build of non default themes with clang - Remove unecessary RM PR: 193868 Submitted by: me Approved by: maintainer timeout
6 lines
174 B
C
6 lines
174 B
C
--- themes/Freeamp/beats.xpm.orig 1999-03-26 07:06:51 UTC
|
|
+++ themes/Freeamp/beats.xpm
|
|
@@ -1,2 +1,2 @@
|
|
-static char *beats_xpm[] = { NULL };
|
|
+char *beats_xpm[] = { NULL };
|
|
|