blob: f6541e5051d6aed1b339f2f437b303131f9d7d95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|