summaryrefslogtreecommitdiff
path: root/community/xl2tpd
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-08 10:56:37 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-08 10:56:37 -0300
commit8b82a3250aa4e181b97e7faeb055a00e718bdadb (patch)
tree9f1af6b49d55bbcc847ec8ebed1f8ae2f197e461 /community/xl2tpd
parente0981df8c5fce1353e1499a5085e27f92afddcea (diff)
parent665308e50fd95e984da057ab8ddb6505b596b841 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/lxsession-lite/PKGBUILD community/synce-odccm/PKGBUILD extra/cyrus-sasl-plugins/PKGBUILD
Diffstat (limited to 'community/xl2tpd')
-rw-r--r--community/xl2tpd/as-needed.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/xl2tpd/as-needed.patch b/community/xl2tpd/as-needed.patch
deleted file mode 100644
index 8976d298f..000000000
--- a/community/xl2tpd/as-needed.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./Makefile_orig 2010-10-08 15:28:50.310000058 +0400
-+++ ./Makefile 2010-10-08 15:29:57.666666723 +0400
-@@ -113,8 +113,7 @@
-
- pfc:
- $(CC) $(CFLAGS) -c contrib/pfc.c
-- $(CC) $(LDFLAGS) -lpcap $(LDLIBS) -o pfc pfc.o
--
-+ $(CC) $(LDFLAGS) -o pfc pfc.o -lpcap $(LDLIBS)
- romfs:
- $(ROMFSINST) /bin/$(EXEC)
-