freebsd-ports/graphics/sxiv/files/patch-Makefile
Danilo Egea Gondolfo 1eed6b72d4 - Update from 1.2 to 1.3.1
- Add gmake to USES

PR:		196509
Submitted by:	solene@bsd.zplay.eu (maintainer)
2015-01-06 00:24:44 +00:00

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