summaryrefslogtreecommitdiff
path: root/x11/9term/patches/patch-aa
blob: 8688e2acf5e4029c43f3d256f4c0ee2846ce6ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-aa,v 1.3 2001/05/05 01:56:21 hubertf Exp $

--- libtext/Makefile.orig	Thu Jun  2 04:01:19 1994
+++ libtext/Makefile
@@ -5,14 +5,15 @@
 #	
 #	Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified
 #	if your compiler supports posix-compatible compilation
-OS=-DSOLARIS
+OS=-DSUNOS -O2
+SAMDIR=${X11PREFIX}/include/sam
 
 #	add -Iincludedir for any include directories that need to be searched
 #	for posix header files
-INCS=-I. -I../include
+INCS=-I. -I${SAMDIR}
 
 #	add name of library orderer - use ":" if none exists
-RANLIB=:
+RANLIB=ranlib
 
 #	add name of library
 AR=ar
@@ -38,4 +39,4 @@
 
 install:	$(LIB)
 
-$(OBJ):	../include/u.h ../include/libc.h ../include/libg.h ../include/frame.h ../include/text.h
+$(OBJ):	${SAMDIR}/u.h ${SAMDIR}/libc.h ${SAMDIR}/libg.h ${SAMDIR}/frame.h text.h