ports/databases/p5-qdbm/files/patch-Makefile.in
Andrej Zverev 336f0851eb - fix build for fbsd 10.0 (respect CC)
- add stage support and fix pkg-plist
2014-02-22 13:06:43 +00:00

15 lines
410 B
Text

--- ./Makefile.in.orig 2014-02-22 20:37:23.684230972 +0400
+++ ./Makefile.in 2014-02-22 20:37:32.400230373 +0400
@@ -25,10 +25,10 @@
DESTDIR =
# Building binaries
-CC = gcc
+CC ?= gcc
INC = -I. -I../.. -I$(HOME)/include -I/usr/local/include
OPTIMIZE = -O2
-LD = gcc
+LD ?= gcc
LIBS = -L../.. -I$(HOME)/lib -L/usr/local/lib -lqdbm @LIBS@
RUNENV = LD_LIBRARY_PATH=.:..:../..:/usr/local/lib:$(HOME)/lib