mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
11 lines
387 B
Text
11 lines
387 B
Text
--- Makefile.orig 2017-09-18 12:00:07 UTC
|
|
+++ Makefile
|
|
@@ -2,7 +2,7 @@ NAME := xdo
|
|
VERCMD ?= git describe 2> /dev/null
|
|
VERSION := $(shell $(VERCMD) || cat VERSION)
|
|
|
|
-CPPFLAGS += -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\"
|
|
+CPPFLAGS += -DVERSION=\"$(VERSION)\"
|
|
CFLAGS += -std=c99 -pedantic -Wall -Wextra
|
|
LDLIBS := -lxcb -lxcb-util -lxcb-icccm -lxcb-ewmh -lxcb-xtest
|
|
|