mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on AMD64
This commit is contained in:
parent
3e22405f68
commit
aeeedd8f9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99565
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
MustExist = Yes
|
||||
- FeatureLIBS = -lGL -lGLU
|
||||
- FeatureLIB_DIR = -L/usr/X11R6/lib/
|
||||
+ FeatureCFLAGS = -I%%X11BASE%%/include %%PTHREAD_CFLAGS%%
|
||||
+ FeatureCFLAGS = -I%%X11BASE%%/include %%PTHREAD_CFLAGS%% -fPIC
|
||||
+ FeatureLIBS = -lGL -lGLU %%PTHREAD_LIBS%%
|
||||
+ FeatureLIB_DIR = -L%%X11BASE%%/lib/
|
||||
FeatureDepend = gl-lib
|
||||
|
|
Loading…
Add table
Reference in a new issue