SuperSaiyanWolverine / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Packaging #405

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your system:
 - Operating System (be specific): SalixOS (Slackware) GNU/Linux
 - Machine type (32-bit or 64-bit): x86_64/i486
 - Mupen64Plus version: 1.99.4
 - Plugins used: bundle

Describe the problem:

Could you please make the following changes to the Mupen64Plus Makefiles to 
make packaging easier.

* Alter the LIBDIR variable to only affect the root of the libdir e.g. 
LIBDIR=/usr/lib64.

* Alter the MANDIR variable to only affect the root of the libdir e.g. 
LIBDIR=/usr/man.

* Provide the means to override -march and -mtune CFLAGS. -march=athlon64 and 
march=1686 -mtune=pentium-m breaks distribution packaging rules!

* Remove -O3 optimisation CFLAG or provide the means to override it. This also 
breaks distribution packaging rules!

* Base CFLAGS on system CFLAGS before all others.

Thanks.

Original issue reported on code.google.com by phill.wa...@gmail.com on 29 Dec 2010 at 2:23

GoogleCodeExporter commented 9 years ago
Edit:

* Alter the MANDIR variable to only affect the root of the mandir e.g. 
MANDIR=/usr/man.

Original comment by phill.wa...@gmail.com on 29 Dec 2010 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by richard...@gmail.com on 22 May 2011 at 4:32

GoogleCodeExporter commented 9 years ago
Could you please check if it is fixed in richard42's hg repositories? 

Original comment by sven@narfation.org on 9 Jul 2011 at 5:45

GoogleCodeExporter commented 9 years ago

Original comment by s...@narfation.org on 29 Aug 2011 at 2:50