ports/net/osrtspproxy/patches/patch-rtspproxy_Makefile_in

11 lines
334 B
Text

--- rtspproxy/Makefile.in.orig Wed Dec 13 18:41:25 2006
+++ rtspproxy/Makefile.in Wed Dec 13 18:42:25 2006
@@ -24,7 +24,7 @@ TARGET=rtspproxy
all: $(TARGET)
$(TARGET): $(OBJS) $(LIBS)
- $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
+ $(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
clean:
rm -f rtspproxy $(OBJS) core