mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
15 lines
410 B
Text
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
|
|
|