mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
25 lines
634 B
Plaintext
25 lines
634 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2005/07/26 04:12:22 tv Exp $
|
|
|
|
--- Makefile.in.orig 2004-09-05 10:32:27.000000000 -0400
|
|
+++ Makefile.in
|
|
@@ -7,8 +7,8 @@
|
|
@DEFINE_LIBCD64_MAKE@
|
|
|
|
CC=@CC@
|
|
-CFLAGS=-I. -Wall -W -O3 @DEFS@
|
|
-LDFLAGS=-s
|
|
+CFLAGS=-I. -Wall -W @CPPFLAGS@ @CFLAGS@ @DEFS@
|
|
+LDFLAGS=@LDFLAGS@
|
|
TARGETS=
|
|
|
|
ifdef USE_DISCMAGE
|
|
@@ -76,7 +76,7 @@ endif
|
|
else # DLOPEN
|
|
ifdef USE_DISCMAGE # GNU specific: "simply expanded variable"
|
|
FULLLIBNAME_DM:=$(addprefix lib,$(FULLLIBNAME_DM))
|
|
-LDFLAGS+=-Llibdiscmage -l$(LIBNAME_DM)
|
|
+LDFLAGS+=-Llibdiscmage -l$(LIBNAME_DM) -lm
|
|
endif
|
|
|
|
endif
|