summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-06-11 19:57:21 +0800
committerbapt <bapt@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-06-11 19:57:21 +0800
commit8efdcf3f2971015bd35fa0bacd2feaf4d02dff1e (patch)
tree4a1e02616b79353a8d5133b516c076e3d70c7e54
parentf400cf525cd222888d4109f47aaadaae69e4bc9d (diff)
downloadxorg-devel-ports-8efdcf3f2971015bd35fa0bacd2feaf4d02dff1e.tar
xorg-devel-ports-8efdcf3f2971015bd35fa0bacd2feaf4d02dff1e.tar.gz
xorg-devel-ports-8efdcf3f2971015bd35fa0bacd2feaf4d02dff1e.tar.bz2
xorg-devel-ports-8efdcf3f2971015bd35fa0bacd2feaf4d02dff1e.tar.lz
xorg-devel-ports-8efdcf3f2971015bd35fa0bacd2feaf4d02dff1e.tar.xz
xorg-devel-ports-8efdcf3f2971015bd35fa0bacd2feaf4d02dff1e.tar.zst
xorg-devel-ports-8efdcf3f2971015bd35fa0bacd2feaf4d02dff1e.zip
Remove cruft
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@938 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/xorg-cf-files/fix22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/xorg-cf-files/fix b/x11/xorg-cf-files/fix
deleted file mode 100644
index 5ae5d0f..0000000
--- a/x11/xorg-cf-files/fix
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: Makefile
-===================================================================
---- Makefile (revision 320540)
-+++ Makefile (working copy)
-@@ -12,14 +12,10 @@
-
- XORG_CAT= util
-
--.include <bsd.port.pre.mk>
--
- post-patch:
- @${REINPLACE_CMD} 's|\(define ExtraXaw[^ ]*\) [$$].*|\1 /**/|' \
- ${WRKSRC}/X11.tmpl
--.if defined(CC) && ${CC:T:M*clang*} == "clang"
-- ${REINPLACE_CMD} -e 's|/usr/bin/cpp|${LOCALBASE}/bin/ucpp|' \
-- -e 's|-traditional|-s|' ${WRKSRC}/FreeBSD.cf
--.endif
-+ @${REINPLACE_CMD} -e 's|/usr/bin/cpp|${LOCALBASE}/bin/tradcpp|' \
-+ -e 's|-traditional||' ${WRKSRC}/FreeBSD.cf
-
--.include <bsd.port.post.mk>
-+.include <bsd.port.mk>