1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/audio/xmp/files/patch-ah
Kevin Lo 5c560aced0 Upgrade to 2.0.3
PR: 24009
Submitted by: MAINTAINER
2001-01-02 15:50:09 +00:00

16 lines
448 B
Plaintext

--- src/xmms/Makefile.old Mon Jan 1 12:28:08 2001
+++ src/xmms/Makefile Mon Jan 1 12:28:56 2001
@@ -12,10 +12,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 $(DEST_DIR)`xmms-config --input-plugin-dir`
+ $(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir`
$(OBJS): Makefile