8e4afe7bb4
- 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)
13 lines
373 B
Text
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
|