diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-20 17:26:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-20 17:26:54 +0000 |
commit | a8c22639caf9377b6f492fb603551241ebbae479 (patch) | |
tree | 3b9e8c70fc664327ec83e4582d52914076508e7d /textproc/libsoldout | |
parent | 3ee931631c69e5814bd4e09136930b6d8459e161 (diff) | |
download | ports-a8c22639caf9377b6f492fb603551241ebbae479.tar.gz ports-a8c22639caf9377b6f492fb603551241ebbae479.zip |
Notes
Diffstat (limited to 'textproc/libsoldout')
-rw-r--r-- | textproc/libsoldout/files/patch-BSDmakefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/libsoldout/files/patch-BSDmakefile b/textproc/libsoldout/files/patch-BSDmakefile new file mode 100644 index 000000000000..61920e801535 --- /dev/null +++ b/textproc/libsoldout/files/patch-BSDmakefile @@ -0,0 +1,16 @@ +--- ./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: libupskirt.so lace kilt + |