mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
5c560aced0
PR: 24009 Submitted by: MAINTAINER
16 lines
448 B
Plaintext
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
|
|
|