mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9e9828d767
PR: 20416 Submitted by: Ports Fury
16 lines
425 B
Plaintext
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
|
|
|