summaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile
blob: 793693248c6eae3d5483b91c21500b4f997a78b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rice_video/Makefile	2009-01-13 00:49:24.000000000 -0500
+++ rice_video/Makefile	2009-01-13 00:50:11.000000000 -0500
@@ -131,7 +131,7 @@
 all: version.h ricevideo.so
 
 ricevideo.so: $(OBJECTS)
-	$(LD) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
+	$(CXX) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@
 	$(STRIP) $@
 
 clean: