ports/multimedia/mplayerxp/files/patch-loader::Makefile
Mario Sergio Fujikawa Ferreira f8b3aee847 o After repo copy from graphics/mplayer:
- Update to mplayerxp version 0.1.9
	- Take over maintainership

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-27 20:02:54 +00:00

11 lines
367 B
Text

--- loader/Makefile.orig Sun Nov 24 20:00:35 2002
+++ loader/Makefile Sun Nov 24 20:00:44 2002
@@ -54,7 +54,7 @@
ifeq ($(TARGET_ARCH_X86),yes)
$(LIBNAME): $(LIB_OBJECTS) stubs.s
$(CC) -c ./stubs.s -o stubs.o
- $(LD) --shared -soname $@ -o $@ $(LIB_OBJECTS) stubs.o -lc -lm -lpthread
+ $(LD) --shared -soname $@ -o $@ $(LIB_OBJECTS) stubs.o -lc -lm
endif
dep: