Files
pkgsrc-ng/emulators/libretro-catsfc/patches/patch-Makefile
2016-01-21 23:40:00 +01:00

14 lines
314 B
Plaintext

$NetBSD: patch-Makefile,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
--- Makefile.orig 2015-02-01 04:29:17.000000000 +0000
+++ Makefile
@@ -206,7 +206,7 @@ $(TARGET): $(OBJECTS)
ifeq ($(STATIC_LINKING), 1)
$(AR) rcs $@ $(OBJECTS)
else
- $(CXX) -o $@ $^ $(LDFLAGS)
+ $(CC) -o $@ $^ $(LDFLAGS)
endif
%.o: %.cpp