diff options
Diffstat (limited to 'x11/hamclock/files/patch-wsServer_Makefile')
-rw-r--r-- | x11/hamclock/files/patch-wsServer_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/hamclock/files/patch-wsServer_Makefile b/x11/hamclock/files/patch-wsServer_Makefile new file mode 100644 index 000000000000..d7e661f185c5 --- /dev/null +++ b/x11/hamclock/files/patch-wsServer_Makefile @@ -0,0 +1,11 @@ +--- wsServer/Makefile.orig 2025-09-12 01:18:14 UTC ++++ wsServer/Makefile +@@ -13,7 +13,7 @@ + # You should have received a copy of the GNU General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/> + +-CC = g++ ++CC ?= g++ + AR = ar + ARFLAGS = r + CXXFLAGS += -Iinclude |