1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Make this compile again without /usr/include/X11 -> /usr/X11R6/include/X11

link.

Broken-and-not-fixed-despite-error-report by:	torstenb ;)
This commit is contained in:
Satoshi Asami 1996-12-07 04:52:16 +00:00
parent 38afd67998
commit 2b163d2980
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4857

View File

@ -13,7 +13,7 @@
#CFLAGS2 = -O2 -Wall
# If you're using g++ 2.7.x, you'll want to use -Wno-unused:
! #CFLAGS2 = -O2 -Wall -Wno-unused
! CFLAGS2 = -O2 -Wall -Wno-unused -I${X11BASE}/include
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
#CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused