freebsd-ports/multimedia/openquicktime/files/patch-videoplugin::PHOTO_JPEG::Makefile.in
Mario Sergio Fujikawa Ferreira 683e8ecbb1 o fix installation permissions
o no PORTREVISION bump since the port was not usable before
2001-09-24 23:09:52 +00:00

20 lines
497 B
Text

--- videoplugin/PHOTO_JPEG/Makefile.in.orig Fri Jul 27 09:53:17 2001
+++ videoplugin/PHOTO_JPEG/Makefile.in Mon Sep 24 19:59:54 2001
@@ -42,7 +42,7 @@
# implicit rules
%.o: %.c
- $(CC) $(CFLAGS) -I../.. -I. -c $< -o $@
+ $(CC) $(CFLAGS) -I../.. -I. -I$(LOCALBASE)/include -c $< -o $@
all: quicktime_codec_jpeg.so
@@ -56,7 +56,7 @@
install: all
- -cp -f quicktime_codec_jpeg.so $(libdir)
+ -$(BSD_INSTALL_DATA) quicktime_codec_jpeg.so $(libdir)
quicktime_codec_jpeg.so: $(OBJS)