mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fac4ecc6a6
This port needed a lot more help than the PR indicated: * Full stage support * DESTDIR had to be patched in, there was only a placeholder * It didn't build on clang because there was no header for rand function * Almost very patch had DOS carriage returns (stripped) * Needed USES+=dos2unix so patches apply (caused revbump) * NOPORTDOCS needed to be replaced by PORT_OPTIONS - DOCS * post-extract target was muted, as is the norm * Previous install patches reworked to fit STAGE support better The PR updated: * Use of autotools * conversion of USE_GMAKE and USE_BZIP2 was done previously * GPLv2 license was added PR: 188798 Submitted by: maintainer (Aaron Baugher) Rest by: marino
12 lines
367 B
C++
12 lines
367 B
C++
--- graph_images.cpp.orig 2007-11-06 00:02:06.000000000 +0100
|
|
+++ graph_images.cpp 2007-11-06 00:02:21.000000000 +0100
|
|
@@ -22,7 +22,7 @@
|
|
|
|
#include "defs.h"
|
|
|
|
-char *imageFiles[] = {
|
|
+const char *imageFiles[] = {
|
|
DATA_DIR PATHSEP "images" PATHSEP "arrow_d.bmp",
|
|
DATA_DIR PATHSEP "images" PATHSEP "arrow_l.bmp",
|
|
DATA_DIR PATHSEP "images" PATHSEP "arrow_r.bmp",
|