summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-07 12:13:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-07 12:13:32 +0000
commita30e249170a2cb568611d6951aee1080f4b5a5de (patch)
treef59f6b8713ce2e6632ff91e88cbf73ee8184cc69 /app-pda/malsync/files
parentDrop will-not-go-stable middle version (diff)
downloadgentoo-2-a30e249170a2cb568611d6951aee1080f4b5a5de.tar.gz
gentoo-2-a30e249170a2cb568611d6951aee1080f4b5a5de.tar.bz2
gentoo-2-a30e249170a2cb568611d6951aee1080f4b5a5de.zip
Drop malsync, doesn't work with newer pilot-link
Diffstat (limited to 'app-pda/malsync/files')
-rw-r--r--app-pda/malsync/files/Makefile-pilot-link.diff25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-pda/malsync/files/Makefile-pilot-link.diff b/app-pda/malsync/files/Makefile-pilot-link.diff
deleted file mode 100644
index 845ecb9616a7..000000000000
--- a/app-pda/malsync/files/Makefile-pilot-link.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -urN malsync.orig/Makefile malsync/Makefile
---- malsync.orig/Makefile 2003-05-30 19:42:14.000000000 -0400
-+++ malsync/Makefile 2003-08-01 16:29:24.000000000 -0400
-@@ -15,10 +15,10 @@
- endif
-
- TREETOP = .
--PILOT_LINK_DIR = $(TREETOP)/pilot-link-0.11.7
-+PILOT_LINK_DIR = /usr/include/libpisock
-
- CFLAGS = -Wall -g -DMALSYNC -I$(TREETOP)/mal/common \
-- -I$(TREETOP)/mal/client/common -I$(PILOT_LINK_DIR)/include \
-+ -I$(TREETOP)/mal/client/common -I$(PILOT_LINK_DIR) \
- -I$(TREETOP)/mal/client/unix
-
- ifeq ($(PLAT),Darwin)
-@@ -73,7 +73,7 @@
-
- $(TARGET): $(OBJS)
- $(CC) $(DYNLINK) $(CFLAGS) -o $@ $(OBJS) \
-- ${PILOT_LINK_DIR}/libpisock/.libs/libpisock.a $(LINKLIBS)
-+ /usr/lib/libpisock.a $(LINKLIBS)
- clean:
- rm -f $(OBJS) $(TARGET)
-