mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
$NetBSD: patch-aa,v 1.3 2014/12/11 22:14:50 joerg Exp $
|
|
|
|
--- Makefile.orig 1996-10-23 21:05:26.000000000 +0000
|
|
+++ Makefile
|
|
@@ -12,7 +12,7 @@
|
|
#LIBS = -lm -lgb5
|
|
|
|
# For SunOS: uncomment the next line
|
|
-LIBS = -lm -lgb4
|
|
+LIBS = -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lm -lgb
|
|
|
|
|
|
IDIR = ../include
|