Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
id3v2
id3v2-0.1.12-bogus-linkage.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File id3v2-0.1.12-bogus-linkage.patch of Package id3v2
Index: Makefile =================================================================== --- Makefile.orig +++ Makefile @@ -2,19 +2,18 @@ all: id3v2 VERSION=0.1.12 -PREFIX= /opt/local +PREFIX= /usr CXXFLAGS+= -Wall -I${PREFIX}/include/ -DVERSION="\"${VERSION}\"" #-DSORT_RUNTIME -LDFLAGS+= -L${PREFIX}/lib/ id3v2: convert.o list.o id3v2.o genre.o - ${CXX} ${LDFLAGS} -pedantic -Wall -g -o $@ $^ -lz -lid3 + c++ $(CXXFLAGS) ${LDFLAGS} -pedantic -Wall $^ -g -o $@ -lid3 create_map: create_map.o - ${CXX} -Wall -g -o $@ $^ + c++ $(CXXFLAGS) -Wall -g -o $@ $^ install: all - install -c -s id3v2 ${PREFIX}/bin/id3v2 - nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1 + install -c -s id3v2 $(DESTDIR)${PREFIX}/bin/id3v2 + nroff -man id3v2.1 > $(DESTDIR)${PREFIX}/man/man1/id3v2.1 clean: rm -f id3v2 create_map core *.o
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor