freebsd-ports/graphics/R-cran-GDD/files/patch-src-Makevars.in
Steven Kreuzer ea28d29123 GDD is a graphics device for R which uses libgd for creating bitmap output.
Supported output formats are png8, png24, gif and jpeg.

The main purpose of this package is to replace png/jpeg and similar native
devices in R which either rely on X11 or use GhostScript are thus are very slow
and not suitable in server applications. GDD also supports advanced features
such as anti-aliasing of both lines and text.

WWW:	http://www.rosuda.org/R/GDD/
2012-08-22 13:59:54 +00:00

12 lines
334 B
Text

--- src/Makevars.in.orig 2011-09-22 15:29:19.000000000 +0000
+++ src/Makevars.in 2011-09-22 15:29:44.000000000 +0000
@@ -1,7 +1,7 @@
# we need to add JNI specific stuff here
-ifdef DEBUG
+.ifdef DEBUG
PKG_CFLAGS+=-DJGD_DEBUG
-endif
+.endif
PKG_CFLAGS+=@CFLAGS@
PKG_CPPFLAGS+=@CPPFLAGS@ -I. -Iinclude
PKG_LIBS+=@LDFLAGS@ @LIBS@