mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
- Mark BROKEN on armv6, mips and mips64 (does not build) - Mark MAKE_JOBS_UNSAFE - Fix build on head (rename fdclose()) - Strip binaries - Respect CFLAGS - Simplify examples installation and plist handling - Drop @dirrm* from plist Submitted by: amdmi3 Approved by: vg (maintainer)
10 lines
411 B
Text
10 lines
411 B
Text
--- Makefile.orig 2011-06-22 16:25:12 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-CFLAGS=-g -O2 -Wall -Wextra -Isrc -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64
|
|
-LIBS=-lzmq -ldl -lsqlite3 $(OPTLIBS)
|
|
+CFLAGS+=-Wall -Wextra -Isrc -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64
|
|
+LIBS=-lzmq -lsqlite3 $(OPTLIBS)
|
|
PREFIX?=/usr/local
|
|
|
|
get_objs = $(addsuffix .o,$(basename $(wildcard $(1))))
|