mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
b68145ef4e
- Resolve conflict with security/openssl regarding manual pages. - Add a couple of patches from the upstream. - Remove NO_STAGE and delete obsolete MLINKS while at it. PR: 177397 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> Approved by: (MAINTAINER timeout)
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
--- lib/sl/slc-lex.l.orig 2013-03-28 14:22:37.561924559 +1030
|
|
+++ lib/sl/slc-lex.l 2013-03-28 14:23:21.647677881 +1030
|
|
@@ -47,8 +47,6 @@
|
|
static void handle_comment(void);
|
|
static char * handle_string(void);
|
|
|
|
-#define YY_NO_UNPUT
|
|
-
|
|
#undef ECHO
|
|
|
|
%}
|