mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
41 lines
983 B
Plaintext
41 lines
983 B
Plaintext
$NetBSD: patch-aa,v 1.5 2008/04/03 11:03:21 joerg Exp $
|
|
|
|
--- Makefile.config.in.orig 1998-08-13 08:12:59.000000000 +0200
|
|
+++ Makefile.config.in
|
|
@@ -6,15 +6,15 @@
|
|
SHELL= /bin/sh
|
|
srcdir= @srcdir@
|
|
VPATH= @srcdir@
|
|
-prefix= @prefix@
|
|
+prefix= ${DESTDIR}@prefix@
|
|
exec_prefix= @exec_prefix@
|
|
bindir= $(exec_prefix)/bin
|
|
sbindir= $(exec_prefix)/sbin
|
|
libdir= $(exec_prefix)/lib
|
|
-mandir= $(prefix)/man
|
|
+mandir= ${DESTDIR}@mandir@
|
|
etcdir= $(prefix)/etc
|
|
includedir= $(prefix)/include
|
|
-infodir= $(prefix)/info
|
|
+infodir= ${DESTDIR}@infodir@
|
|
tmpdir= /tmp
|
|
debiandir= @srcdir@/../debian
|
|
|
|
@@ -43,6 +43,7 @@ CFLAGS= @CFLAGS@
|
|
#CC_OPTIONS= -O -cckr # SGI
|
|
#CC_OPTIONS= -O # generic
|
|
#CC_OPTIONS= -g # debug
|
|
+CC_OPTIONS= @CPPFLAGS@ # hack to add CPPFLAGS
|
|
|
|
##
|
|
## Extra linker options.
|
|
@@ -53,7 +54,7 @@ CFLAGS= @CFLAGS@
|
|
##
|
|
## Name of the rplay library to build.
|
|
##
|
|
-LIBRPLAY_NAME= librplay.a
|
|
+LIBRPLAY_NAME= librplay.la
|
|
#LIBRPLAY_NAME= librplay.sl # HP-UX
|
|
|
|
##
|