freebsd-ports/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile
Jose Alonso Cardenas Marquez 1fa5c449b1 - Update to 1.5
2009-01-14 02:03:05 +00:00

11 lines
318 B
Text

--- 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: