]> git.pld-linux.org Git - packages/celestia.git/blame - celestia-as-needed.patch
- use lua51 not lua50
[packages/celestia.git] / celestia-as-needed.patch
CommitLineData
c40a7e5d
KK
1--- src/celestia/Makefile.am~ 2008-04-23 22:17:06.000000000 +0100
2+++ src/celestia/Makefile.am 2008-08-26 16:05:51.000000000 +0100
3@@ -7,8 +7,8 @@
4
5 if ENABLE_KDE
6 SUBDIRS += kde
7-celestiaKDELIBS = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) \
8- $(LIBSOCKET) kde/libkdegui.a
9+celestiaKDELIBS = kde/libkdegui.a $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) \
10+ $(LIBSOCKET)
11 celestia_LDFLAGS = $(all_libraries) $(KDE_RPATH)
12 endif
13
This page took 0.118457 seconds and 4 git commands to generate.