mirror of https://git.FreeBSD.org/ports.git
12 lines
482 B
Plaintext
12 lines
482 B
Plaintext
--- example/Makefile.orig 2011-02-05 14:17:43 UTC
|
|
+++ example/Makefile
|
|
@@ -20,7 +20,7 @@ LDFLAGS =
|
|
CFLAGS = -I. -I.. -Wall -ansi -pedantic -fsigned-char -O2
|
|
CXXFLAGS = -I. -I.. -Wall -fsigned-char -O2
|
|
LDFLAGS =
|
|
-LIBS = -L. -L.. -lkyotocabinet -lstdc++ -lz -lrt -lpthread -lm -lc
|
|
+LIBS = -L. -L.. -lkyotocabinet -lz -lrt -lpthread -lm -lc
|
|
LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:.:..
|
|
RUNENV = LD_LIBRARY_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:.:..
|
|
|