diff options
Diffstat (limited to 'astro/sunclock/files/patch-editkit_Imakefile')
-rw-r--r-- | astro/sunclock/files/patch-editkit_Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/sunclock/files/patch-editkit_Imakefile b/astro/sunclock/files/patch-editkit_Imakefile index 00d1538a8f78..a73976658268 100644 --- a/astro/sunclock/files/patch-editkit_Imakefile +++ b/astro/sunclock/files/patch-editkit_Imakefile @@ -5,7 +5,7 @@ XCOMM -CFLAGS = -O2 -fomit-frame-pointer -pipe -Wall -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"$(SHAREDIR)\"" -+COPTS = -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"$(SHAREDIR)\"" -I${LOCALBASE}/include -I${X11BASE}/include -L${X11BASE}/lib -L${LOCALBASE}/lib ++COPTS = -DTHREED -DGREEK -DJUSTIFY -DSHAREDIR="\"$(SHAREDIR)\"" -I${LOCALBASE}/include -L${LOCALBASE}/lib + +CCOPTIONS=${COPTS} |