summaryrefslogtreecommitdiff
path: root/graphics/pecomato/files/patch-Makefile.unix
blob: 2bc36b1146bf54f8013483dece96cb676e96e818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.unix.orig	2009-03-25 03:04:17.000000000 -0400
+++ Makefile.unix	2009-03-25 03:15:45.000000000 -0400
@@ -27,7 +27,11 @@
 SRC_PREFIX = $(shell pwd)/dist-src
 
 TARGET	 = $(PRODUCT)
-OBJECTS	 = main.o gnu-strndup.o gnu-getline.o util.o exif.o iptc.o jfif.o adobe.o tiff.o
+OBJECTS	 = main.o util.o exif.o iptc.o jfif.o adobe.o tiff.o
+NEEDEXT  = $(shell expr $(OSVERSION) \< 800067)
+ifeq ($(NEEDEXT),1)
+OBJECTS += gnu-strndup.o gnu-getline.o
+endif
 DOC_DEFS = doc/Makefile.defs