1eed6b72d4
- Add gmake to USES PR: 196509 Submitted by: solene@bsd.zplay.eu (maintainer)
13 lines
400 B
Text
13 lines
400 B
Text
--- Makefile.orig 2015-01-05 15:14:09.374220605 +0100
|
|
+++ Makefile 2015-01-05 15:15:17.854285530 +0100
|
|
@@ -1,9 +1,8 @@
|
|
VERSION := 1.3.1
|
|
|
|
PREFIX := /usr/local
|
|
-MANPREFIX := $(PREFIX)/share/man
|
|
+MANPREFIX := $(PREFIX)/man
|
|
|
|
-CC ?= gcc
|
|
CFLAGS += -std=c99 -Wall -pedantic
|
|
CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_LIBEXIF -DHAVE_GIFLIB
|
|
LDFLAGS += -L$(PREFIX)/lib
|