mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
- change all ports using guile to USES=guile - flavorize guile-lib, guile-cairo, slib-guile PR: 260960 Reported by: Martin Neubauer <m.ne@gmx.net> Approved by: bofh Differential Revision: https://reviews.freebsd.org/D40194
12 lines
305 B
Text
12 lines
305 B
Text
--- geo/Makefile.in.orig 2023-05-25 10:21:18 UTC
|
|
+++ geo/Makefile.in
|
|
@@ -192,7 +192,8 @@ INCLUDES = \
|
|
-DDRGEO_GLADEDIR=\""$(gladedir)"\" \
|
|
-DDRGEO_ENCODEDIR=\""$(encodedir)"\" \
|
|
-I$(includedir) \
|
|
- $(DRGEO_CFLAGS)
|
|
+ $(DRGEO_CFLAGS) \
|
|
+ $(GUILE_CFLAGS)
|
|
|
|
|
|
noinst_LIBRARIES = libgeo.a
|