summaryrefslogtreecommitdiff
path: root/textproc/subtitleripper/patches/patch-aa
blob: 3b097dc35be40139e8abf76456acbddc57dee1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.4 2014/09/08 21:24:45 wiz Exp $

--- Makefile.orig	2003-12-08 09:28:02.000000000 +0000
+++ Makefile
@@ -4,12 +4,12 @@
 
 # use always:
 DEFINES :=  
-LIBS    := -lm 
-INCLUDES :=
+LIBS    := ${LDFLAGS} -lm 
+INCLUDES := ${CPPFLAGS}
 
 ### enable ppm support ###
 DEFINES  += -D_HAVE_LIB_PPM_
-LIBS     += -lppm
+LIBS     += -lnetpbm ${LDFLAGS}
 
 ### enable PNG support ###
 DEFINES += -D_HAVE_PNG_