mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Support X11BASE properly
PR: 21619 Submitted by: Ports Fury (no response from maintainer)
This commit is contained in:
parent
900f2caaac
commit
1df5b097f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33795
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
list.o : list.c list.h
|
list.o : list.c list.h
|
||||||
- gcc -c list.c -I/usr/X11R6/include
|
- gcc -c list.c -I/usr/X11R6/include
|
||||||
+ ${CC} ${CFLAGS} -c list.c -I/usr/X11R6/include
|
+ ${CC} ${CFLAGS} -c list.c -I${X11BASE}/include
|
||||||
|
|
||||||
readme.h : README mkstr
|
readme.h : README mkstr
|
||||||
cat README | ./mkstr readme > readme.h
|
cat README | ./mkstr readme > readme.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue