mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Honor CFLAGS so this build on the Alpha too.
This commit is contained in:
parent
c707bf29ed
commit
59a3bb9760
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19144
11
x11-clocks/pclock/files/patch-aa
Normal file
11
x11-clocks/pclock/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/Makefile.orig Sun May 30 12:04:56 1999
|
||||
+++ src/Makefile Sun May 30 12:05:12 1999
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
INCDIR = -I/usr/X11R6/include -I.
|
||||
LIBDIR = -L/usr/X11R6/lib
|
||||
-CFLAGS = -O2 -m486 -s -fomit-frame-pointer -Wall
|
||||
+CFLAGS+= -s -fomit-frame-pointer -Wall
|
||||
LIBS = -lXpm -lXext -lX11 -lm
|
||||
|
||||
###############################################################################
|
Loading…
Reference in New Issue
Block a user