freebsd-ports/graphics/sxiv/files/patch-Makefile
Thomas Zander 8e4afe7bb4 - Update to upstream version 1.2
- Correct e-mail address in Makefile header
- Handle missing stripping of installed binary

PR:		192509
Submitted by:	solene@bsd.zplay.eu (maintainer)
Approved by:	mentors (implicit)
2014-08-09 08:42:11 +00:00

13 lines
373 B
Text

--- Makefile.orig 2014-08-08 12:09:29.000000000 +0200
+++ Makefile 2014-08-08 12:09:36.000000000 +0200
@@ -1,9 +1,8 @@
VERSION = 1.2
PREFIX = /usr/local
-MANPREFIX = $(PREFIX)/share/man
+MANPREFIX = $(PREFIX)/man
-CC = gcc
CFLAGS = -std=c99 -Wall -pedantic -O2
CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_GIFLIB
LDFLAGS = -L$(PREFIX)/lib