diff options
Diffstat (limited to 'graphics/png2html/files/patch-aa')
-rw-r--r-- | graphics/png2html/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png2html/files/patch-aa b/graphics/png2html/files/patch-aa index 4d629da165a6..67a23d241226 100644 --- a/graphics/png2html/files/patch-aa +++ b/graphics/png2html/files/patch-aa @@ -6,7 +6,7 @@ -CC = gcc -CFLAGS = -O2 -Wall -lpng -lgd +CC ?= gcc -+INCLUDES= -ICHANGE_ME/include/gd ++INCLUDES= -ICHANGE_ME/include +LDFLAGS = -LCHANGE_ME/lib +LIBS = -lpng -lgd |