]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- fix compilation with --as-needed option
authorKacper Kornet <draenog@pld-linux.org>
Fri, 29 Aug 2008 12:16:13 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia-as-needed.patch -> 1.1

celestia-as-needed.patch [new file with mode: 0644]

diff --git a/celestia-as-needed.patch b/celestia-as-needed.patch
new file mode 100644 (file)
index 0000000..0e1c443
--- /dev/null
@@ -0,0 +1,13 @@
+--- src/celestia/Makefile.am~  2008-04-23 22:17:06.000000000 +0100
++++ src/celestia/Makefile.am   2008-08-26 16:05:51.000000000 +0100
+@@ -7,8 +7,8 @@
+ if ENABLE_KDE
+ SUBDIRS += kde
+-celestiaKDELIBS = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) \
+-                  $(LIBSOCKET) kde/libkdegui.a
++celestiaKDELIBS = kde/libkdegui.a $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) \
++                  $(LIBSOCKET) 
+ celestia_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+ endif
This page took 0.096912 seconds and 4 git commands to generate.