pho (pronounced like the first syllable in "photo") is a lightweight program for viewing large numbers of images quickly, rotating or deleting some, and making notes about what to do with each image -- for instance, for going through hundreds of images after uploading them from a digital camera. req. by and ok miod@
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
$OpenBSD: patch-exif_Makefile,v 1.1.1.1 2013/12/20 19:36:52 ajacoutot Exp $
|
|
--- exif/Makefile.orig Fri Dec 20 16:54:45 2013
|
|
+++ exif/Makefile Fri Dec 20 16:55:03 2013
|
|
@@ -2,7 +2,7 @@
|
|
|
|
EXIFLIB = libphoexif.a
|
|
|
|
-CFLAGS += -Wall -g -O2 -I../include
|
|
+CFLAGS += -Wall -I../include
|
|
|
|
SRCS = jhead.c jpgfile.c exif.c phoexif.c
|
|
|