1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/xmp/files/patch-ah
Ade Lovett 9e9828d767 Update to 2.0.2
PR:		20416
Submitted by:	Ports Fury
2000-09-16 18:38:55 +00:00

16 lines
425 B
Plaintext

--- src/xmms/Makefile.orig Wed May 3 08:50:48 2000
+++ src/xmms/Makefile Sat Aug 5 02:45:42 2000
@@ -9,10 +9,10 @@
include ../../Makefile.rules
all: $(OBJS)
- gcc -shared -o libxmp.so $+ -L../../lib/ -lxmp
+ $(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp
install::
- $(INSTALL) -s -m755 libxmp.so `xmms-config --input-plugin-dir`
+ $(INSTALL_DATA) libxmp.so `xmms-config --input-plugin-dir`
$(OBJS): Makefile