mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
11 lines
402 B
Diff
11 lines
402 B
Diff
--- a/gtk/module.rules
|
|
+++ b/gtk/module.rules
|
|
@@ -21,6 +21,7 @@ $(GTK.CONFIGURE.stamp): $(GTK.src/)configure.ac $(GTK.src/)src/Makefile.am
|
|
CXX="$(GCC.gxx)" \
|
|
CFLAGS="$(call fn.ARGS,GTK.GCC,.g .O *D *W ?extra)" \
|
|
LDFLAGS="$(call fn.ARGS,GTK.GCC,?strip .g .O ?extra.exe)" \
|
|
+ STRIP="$(STRIP.exe)" \
|
|
PYTHON="$(PYTHON.exe)" \
|
|
--prefix=$(PREFIX) \
|
|
--with-hb=$(call fn.ABSOLUTE,$(BUILD/))
|