Skip to content

Commit

Permalink
libmng: fix x-compile (closes #245)
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Aug 14, 2014
1 parent b263350 commit 822d0f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions KEEP/libmng.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ OPTIONS = -DMNG_BUILD_SO -DMNG_FULL_CMS
# where "make install" puts libmng.a,libmng.so*,libmng.h,libmng_conf.h,libmng_types.h
prefix=/usr/local

ZLIBLIB=$(prefix)/lib
ZLIBINC=$(prefix)/include
JPEGLIB=$(prefix)/lib
JPEGINC=$(prefix)/include
LCMSLIB=$(prefix)/lib
LCMSINC=$(prefix)/include


ALIGN=
# for i386:
#ALIGN=-malign-loops=2 -malign-functions=2
Expand Down
2 changes: 1 addition & 1 deletion pkg/libmng
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ liblcms
#CFLAGS=-D_GNU_SOURCE ./configure -C --prefix="$butch_prefix" || exit 1
cp "$K"/libmng.Makefile Makefile
echo prefix=$butch_prefix > config.mak
make -j$MAKE_THREADS || exit 1
make CC="$CC" -j$MAKE_THREADS || exit 1
make DESTDIR="$butch_install_dir" install || exit 1

0 comments on commit 822d0f5

Please sign in to comment.