1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/libsoldout/files/patch-BSDmakefile
Philippe Audeoud 82cec85569 - Update to 1.3
PR:		ports/175374
Submitted by:	Natacha Porte <natacha@instinctive.eu> (maintainer)
2013-01-23 13:22:23 +00:00

17 lines
393 B
Plaintext

--- ./BSDmakefile.orig 2011-05-22 15:52:03.000000000 +0200
+++ ./BSDmakefile 2011-06-20 19:22:57.278509671 +0200
@@ -16,9 +16,10 @@
DEPDIR=depends
ALLDEPS=$(DEPDIR)/all
-CFLAGS=-c -g -O3 -Wall -Werror -fPIC
-LDFLAGS=-g -O3 -Wall -Werror
-CC=gcc
+CFLAGS?=-c -g -O3 -Wall -Werror
+CFLAGS+= -c -fPIC
+LDFLAGS?=-g -O3 -Wall -Werror
+CC?=gcc
all: libsoldout.so mkd2html mkd2latex mkd2man