diff options
author | will <will@FreeBSD.org> | 2000-12-04 04:26:18 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-04 04:26:18 +0800 |
commit | 619ea3bb999655991227bfc0ce1ea59d72c676be (patch) | |
tree | 259a28bdc0643361afe3672a43c9402de1b66b52 /graphics/scrot/files | |
parent | ae5dec32fdb488c69f9094668ed6fa9a0ef3bd5c (diff) | |
download | freebsd-ports-gnome-619ea3bb999655991227bfc0ce1ea59d72c676be.tar.gz freebsd-ports-gnome-619ea3bb999655991227bfc0ce1ea59d72c676be.tar.zst freebsd-ports-gnome-619ea3bb999655991227bfc0ce1ea59d72c676be.zip |
Add scrot 0.4, a screen capture utility that uses imlib2.
PR: 22336
Submitted by: Jeremy Norris <ishmael27@home.com>
Diffstat (limited to 'graphics/scrot/files')
-rw-r--r-- | graphics/scrot/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/scrot/files/patch-ab | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/scrot/files/patch-aa b/graphics/scrot/files/patch-aa new file mode 100644 index 000000000000..572a1e13dbca --- /dev/null +++ b/graphics/scrot/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Oct 26 10:25:54 2000 ++++ Makefile.in Thu Oct 26 23:55:44 2000 +@@ -76,7 +76,7 @@ + man_MANS = scrot.1 + + docs_DATA = README AUTHORS ChangeLog TODO +-docsdir = $(prefix)/doc/scrot ++docsdir = $(datadir)/doc/scrot + + EXTRA_DIST = scrot.spec scrot.1 $(docs_DATA) + diff --git a/graphics/scrot/files/patch-ab b/graphics/scrot/files/patch-ab new file mode 100644 index 000000000000..3fcccf8c803f --- /dev/null +++ b/graphics/scrot/files/patch-ab @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Oct 28 19:44:50 2000 ++++ src/Makefile.in Sun Oct 29 17:22:38 2000 +@@ -70,7 +70,7 @@ + MAINTAINERCLEANFILES = Makefile.in + + LDFLAGS = -L/usr/X11R6/lib +-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ ++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ + + LIBOBJS = @LIBOBJS@ + |