Fix broken compile on amd64.
Bump PORTREVISION. Reported by: pointyhat via pav
This commit is contained in:
parent
e48830ca0d
commit
369cd5f393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212777
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libraw
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libraw.su/data/
|
||||
DISTNAME= LibRaw-${PORTVERSION}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- Makefile.orig Sat Apr 19 17:21:37 2008
|
||||
+++ Makefile Tue Apr 29 15:32:48 2008
|
||||
+++ Makefile Wed May 7 10:20:57 2008
|
||||
@@ -1,12 +1,12 @@
|
||||
all: library all_samples
|
||||
|
||||
|
||||
-CFLAGS=-O4 -I. -w
|
||||
+CFLAGS+=-I. -w
|
||||
+CFLAGS+=-I. -w -fPIC
|
||||
|
||||
DCRAW_LIB_OBJECTS=object/dcraw_common.o object/foveon.o object/io.o object/libraw_cxx.o object/libraw_c_api.o
|
||||
DCRAW_LIB_MT_OBJECTS=object/dcraw_common_mt.o object/foveon_mt.o object/io_mt.o object/libraw_cxx_mt.o object/libraw_c_api_mt.o
|
||||
|
|
Loading…
Reference in a new issue