freebsd-ports/japanese/groff/files/patch-src_preproc_grn_main.cc
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
348 B
C++

--- src/preproc/grn/main.cc.bak 2013-12-26 00:51:09.467987940 +0900
+++ src/preproc/grn/main.cc 2013-12-26 00:52:24.577939911 +0900
@@ -160,7 +160,7 @@
double scale = 1.0; /* no scaling, default */
int defpoint = 0; /* flag for pointsize scaling */
char *defstipple = (char *) 0;
-enum {
+enum filltype {
OUTLINE, FILL, BOTH
} polyfill;