mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
o separate kqemu build phase to emulators/kqemu-kmod port. o cleanup kqemu support. o cleanup MASTER_SITES. Discussed with: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Reviewed by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
9 lines
239 B
SYSTEMD
9 lines
239 B
SYSTEMD
Index: qemu/Makefile.target
|
|
@@ -18,6 +18,7 @@
|
|
DEFINES+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ARCH)
|
|
endif
|
|
CFLAGS=-Wall -O2 -g -fno-strict-aliasing
|
|
+CFLAGS+=-I${LOCALBASE}/include
|
|
#CFLAGS+=-Werror
|
|
LDFLAGS=-g
|
|
LIBS=
|