1
0
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:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1 @@
MD5 a164b2a62792d0f099c4bff11215d6c8 dumb-xmms-0.1.tar.gz 11718

View 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:/" > $@