unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 3ab806bae9c7e96aee3bafd171c0d546b6dd4014 870 bytes (raw)
name: patches/pinball-src-deps.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
Fixes error during make:

"No rule to make target '../src/libemilia_pin.a', needed by 'pinball'.  Stop."

--- pinball-0.3.1/src/Makefile.in	2003-12-10 05:34:47.000000000 -0600
+++ pinball-0.3.1/src/Makefile.in	2016-01-31 22:29:13.134519889 -0600
@@ -116,7 +116,7 @@
 
 INCLUDES = -I../base -I../addon @INCLTDL@
 
-pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@
+pinball_LDADD = libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@
 pinball_LDFLAGS = -export-dynamic
 
 pinball_SOURCES = Pinball.cpp
@@ -174,7 +174,7 @@
 
 am_pinball_OBJECTS = Pinball.$(OBJEXT)
 pinball_OBJECTS = $(am_pinball_OBJECTS)
-pinball_DEPENDENCIES = ../src/libemilia_pin.a ../addon/libemilia_addon.a \
+pinball_DEPENDENCIES = libemilia_pin.a ../addon/libemilia_addon.a \
 	../base/libemilia_base.a
 
 DEFS = @DEFS@

debug log:

solving 3ab806bae9c7e96aee3bafd171c0d546b6dd4014 ...
found 3ab806bae9c7e96aee3bafd171c0d546b6dd4014 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).