diff options
Diffstat (limited to 'freebsd/dependencies/imlib')
-rw-r--r-- | freebsd/dependencies/imlib/Makefile | 2 | ||||
-rw-r--r-- | freebsd/dependencies/imlib/files/patch-remove-register-instruction.diff | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/freebsd/dependencies/imlib/Makefile b/freebsd/dependencies/imlib/Makefile index 055b37d14..1436e4da5 100644 --- a/freebsd/dependencies/imlib/Makefile +++ b/freebsd/dependencies/imlib/Makefile @@ -11,7 +11,7 @@ PORTNAME= imlib COMMENT= A graphic library for enlightenment package MASTER_SITE_SUBDIR= i/${PORTNAME} PORTVERSION= 1.9.15 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_TDE_DEPS} DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/freebsd/dependencies/imlib/files/patch-remove-register-instruction.diff b/freebsd/dependencies/imlib/files/patch-remove-register-instruction.diff new file mode 100644 index 000000000..acfded4b4 --- /dev/null +++ b/freebsd/dependencies/imlib/files/patch-remove-register-instruction.diff @@ -0,0 +1,11 @@ +--- a/Imlib/utils.c ++++ b/Imlib/utils.c +@@ -455,7 +455,7 @@ void + Imlib_bevel_image(ImlibData *id, ImlibImage *im, ImlibBorder *bord, + unsigned char up) + { +- register unsigned char *ptr; ++ unsigned char *ptr; + double v; + int x, y, xbound, ybound; + |