freebsd-ports/graphics/graphopt/files/patch-src_main.cc
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
391 B
C++

--- src/main.cc.orig 2003-05-07 15:06:31 UTC
+++ src/main.cc
@@ -18,7 +18,7 @@ int main (int argc, char *argv[]) {
gtk_set_locale ();
gtk_init (&argc, &argv);
- add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps/graphopt");
+ add_pixmap_directory (PACKAGE_DATA_DIR "/graphopt/pixmaps");
add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps");
window1 = create_window1();