a8b28c34af
Warning: I have *not* built it locally, so the main purpose is to run the whole build on the build farm, hoping it won't fail. Feel free to fix or revert if it does. svn path=/nixpkgs/trunk/; revision=12622
11 lines
343 B
Diff
11 lines
343 B
Diff
--- OOH680_m17/libtextcat/makefile.mk 2008-01-02 18:33:39.000000000 +0100
|
|
+++ OOH680_m17/libtextcat/makefile.mk 2008-08-14 15:52:19.000000000 +0200
|
|
@@ -62,6 +62,6 @@ ADDITIONAL_FILES= \
|
|
|
|
#relative to CONFIGURE_DIR
|
|
CONFIGURE_ACTION=configure CFLAGS="$(EXTRA_CFLAGS)"
|
|
-CONFIGURE_FLAGS=
|
|
+CONFIGURE_FLAGS=--prefix="${out}"
|
|
|
|
BUILD_ACTION=make
|