mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-13 20:33:32 +02:00
initial import
This commit is contained in:
1
media-plugins/dumb-xmms/files/digest-dumb-xmms-0.1
Normal file
1
media-plugins/dumb-xmms/files/digest-dumb-xmms-0.1
Normal file
@@ -0,0 +1 @@
|
||||
MD5 a164b2a62792d0f099c4bff11215d6c8 dumb-xmms-0.1.tar.gz 11718
|
||||
12
media-plugins/dumb-xmms/files/dumb-xmms-0.1-PIC.patch
Normal file
12
media-plugins/dumb-xmms/files/dumb-xmms-0.1-PIC.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur dumb-xmms.orig/Makefile.inc dumb-xmms/Makefile.inc
|
||||
--- dumb-xmms.orig/Makefile.inc 2003-04-08 09:36:00.000000000 -0700
|
||||
+++ dumb-xmms/Makefile.inc 2004-07-06 14:24:47.083083262 -0700
|
||||
@@ -6,7 +6,7 @@
|
||||
$(CC) -o $@ $^ -ldumb -lxmms -shared
|
||||
|
||||
$(OBJDIR)/%.o: %.c
|
||||
- $(CC) -c -o $@ $(CFLAGS) $<
|
||||
+ $(CC) -fPIC -DPIC -c -o $@ $(CFLAGS) $<
|
||||
|
||||
$(DEPDIR)/%.d: %.c
|
||||
$(CC) -MM $(CFLAGS) $< | sed "s/^$*\.o:/$(OBJDIR)\/$*\.o $(DEPDIR)\/$*\.d:/" > $@
|
||||
Reference in New Issue
Block a user