1
0
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:
Steve Price 1999-05-31 05:10:03 +00:00
parent c707bf29ed
commit 59a3bb9760
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19144

View 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
###############################################################################