]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- fixed bcond style update; bytecode interpreter is on by default again
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 Dec 2003 00:19:59 +0000 (00:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freetype.spec -> 1.95

freetype.spec

index 42c221f7ae6c009d367ff0e0f1d9a52f8455df8a..42a5a3c57eef324a2440a3bf65915c2e1f3c3e07 100644 (file)
@@ -171,7 +171,7 @@ Programy demonstracyjne do biblioteki FreeType.
 mv -f freetype-%{version}/docs/reference/* docs/reference
 
 %build
-CFLAGS="%{rpmcflags} %{?_with_bytecode:-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER}" \
+CFLAGS="%{rpmcflags} %{?with_bytecode:-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER}" \
 %{__make} setup unix \
        CFG="--prefix=%{_prefix}"
 
This page took 0.047946 seconds and 4 git commands to generate.