SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
x11/highlight-pointer/patches/patch-makefile
Normal file
10
x11/highlight-pointer/patches/patch-makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
disable LTO for easier platform compatibility
|
||||
honor CFLAGS
|
||||
|
||||
Index: makefile
|
||||
--- makefile.orig
|
||||
+++ makefile
|
||||
@@ -1,2 +1,2 @@
|
||||
highlight-pointer: highlight-pointer.c
|
||||
- $(CC) $^ -o $@ -flto -O3 -Wall -Wextra -Wshadow -std=c99 -lX11 -lXext -lXfixes -lXi
|
||||
+ $(CC) $^ -o $@ $(CFLAGS) -Wextra -Wshadow -std=c99 -lX11 -lXext -lXfixes -lXi
|
Loading…
Add table
Add a link
Reference in a new issue