Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37042037
en ru br
Репозитории ALT
S:1.8.5-alt4
5.1: 1.8.5-alt1
4.1: 1.8.4-alt7
4.0: 1.8.4-alt7
3.0: 1.8.4-alt2
www.altlinux.org/Changes

Группа :: Разработка/C++
Пакет: plib

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: plib-1.8.4-alt-fix-unresolved.patch
Скачать


diff -urN plib-1.8.4.orig/src/fnt/Makefile.am plib-1.8.4/src/fnt/Makefile.am
--- plib-1.8.4.orig/src/fnt/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/fnt/Makefile.am	2006-05-06 21:11:24 +0300
@@ -5,6 +5,7 @@
 include_HEADERS = fnt.h
 
 libplibfnt_la_SOURCES = fnt.cxx fntTXF.cxx fntLocal.h fntBitmap.cxx
+libplibfnt_la_LIBADD = ../util/libplibul.la
 
 INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util
 
diff -urN plib-1.8.4.orig/src/js/Makefile.am plib-1.8.4/src/js/Makefile.am
--- plib-1.8.4.orig/src/js/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/js/Makefile.am	2006-05-06 21:08:32 +0300
@@ -8,6 +8,8 @@
                              jsMacOSX.cxx jsWindows.cxx jsBSD.cxx   \
                              jsNone.cxx
 
+libplibjs_la_LIBADD = ../util/libplibul.la
+
 INCLUDES = -I$(top_srcdir)/src/util
 
 endif
diff -urN plib-1.8.4.orig/src/net/Makefile.am plib-1.8.4/src/net/Makefile.am
--- plib-1.8.4.orig/src/net/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/net/Makefile.am	2006-05-06 21:12:38 +0300
@@ -8,6 +8,8 @@
 libplibnet_la_SOURCES = netBuffer.cxx netChannel.cxx netChat.cxx \
 	netMessage.cxx netMonitor.cxx netSocket.cxx
 
+libplibnet_la_LIBADD = ../util/libplibul.la
+
 INCLUDES = -I$(top_srcdir)/src/util
 
 endif
diff -urN plib-1.8.4.orig/src/psl/Makefile.am plib-1.8.4/src/psl/Makefile.am
--- plib-1.8.4.orig/src/psl/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/psl/Makefile.am	2006-05-06 21:13:27 +0300
@@ -12,6 +12,8 @@
                        pslContext.h pslFileIO.h pslLocal.h \
                        pslOpcodes.h pslSymbol.h
 
+libplibpsl_la_LIBADD = ../util/libplibul.la
+
 INCLUDES = -I$(top_srcdir)/src/util
 
 endif
diff -urN plib-1.8.4.orig/src/puAux/Makefile.am plib-1.8.4/src/puAux/Makefile.am
--- plib-1.8.4.orig/src/puAux/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/puAux/Makefile.am	2006-05-10 14:35:37 +0300
@@ -19,6 +19,8 @@
                          puAuxVerticalMenu.cxx      \
                          puAuxChooser.cxx
 
+libplibpuaux_la_LIBADD = ../pui/libplibpu.la ../util/libplibul.la ../fnt/libplibfnt.la ../sg/libplibsg.la
+
 INCLUDES = -I$(top_srcdir)/src/sg  \
            -I$(top_srcdir)/src/pui \
            -I$(top_srcdir)/src/fnt \
diff -urN plib-1.8.4.orig/src/pui/Makefile.am plib-1.8.4/src/pui/Makefile.am
--- plib-1.8.4.orig/src/pui/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/pui/Makefile.am	2006-05-10 14:37:28 +0300
@@ -15,6 +15,8 @@
         puFileSelector.cxx puComboBox.cxx puSelectBox.cxx puRange.cxx	  \
         puSpinBox.cxx     puScrollBar.cxx puInputBase.cxx
 
+libplibpu_la_LIBADD = ../util/libplibul.la ../fnt/libplibfnt.la
+
 AM_CPPFLAGS = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt
 AM_CPPFLAGS += -I$(top_srcdir)/src/util
 
diff -urN plib-1.8.4.orig/src/sg/Makefile.am plib-1.8.4/src/sg/Makefile.am
--- plib-1.8.4.orig/src/sg/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/sg/Makefile.am	2006-05-06 21:25:52 +0300
@@ -8,6 +8,8 @@
                       sgIsect.cxx sgdIsect.cxx \
                       sgPerlinNoise.cxx
 
+libplibsg_la_LIBADD = ../util/libplibul.la
+
 INCLUDES = -I$(top_srcdir)/src/util
 
 endif
diff -urN plib-1.8.4.orig/src/sl/Makefile.am plib-1.8.4/src/sl/Makefile.am
--- plib-1.8.4.orig/src/sl/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/sl/Makefile.am	2006-05-06 21:27:03 +0300
@@ -10,6 +10,8 @@
         slScheduler.cxx slMODdacio.cxx slMODfile.cxx \
         slMODinst.cxx slMODnote.cxx slMODPrivate.h slMODfile.h
 
+libplibsl_la_LIBADD = ../util/libplibul.la
+
 libplibsm_la_SOURCES = slPortability.h smMixer.cxx
 
 INCLUDES = -I$(top_srcdir)/src/util
diff -urN plib-1.8.4.orig/src/ssg/Makefile.am plib-1.8.4/src/ssg/Makefile.am
--- plib-1.8.4.orig/src/ssg/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/ssg/Makefile.am	2006-05-06 21:34:33 +0300
@@ -29,6 +29,8 @@
 	ssgSaveIV.cxx ssgAnimTransform.cxx\
 	ssgVertSplitter.h ssgVertSplitter.cxx ssgStatistics.cxx
 
+libplibssg_la_LIBADD = ../util/libplibul.la ../sg/libplibsg.la
+
 INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util
 
 endif
diff -urN plib-1.8.4.orig/src/ssgAux/Makefile.am plib-1.8.4/src/ssgAux/Makefile.am
--- plib-1.8.4.orig/src/ssgAux/Makefile.am	2006-05-06 20:53:58 +0300
+++ plib-1.8.4/src/ssgAux/Makefile.am	2006-05-10 14:48:17 +0300
@@ -31,6 +31,8 @@
                           ssgaTeapot.cxx           \
                           ssgaBillboards.cxx
 
+libplibssgaux_la_LIBADD = ../ssg/libplibssg.la
+
 INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg
 INCLUDES += -I$(top_srcdir)/src/util
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin