freebsd-ports/ports-mgmt/portmanager/files/patch-libMGPM__src__libMGPM.h
Martin Wilke 007189ceb1 - Using bzip2 in pkg_create by default for a while now. Patch to
allow removing either .tgz or .tbz temporary pkgs.
- Refactor the existing patches so that we have one patch per file to ease
  maintenance.
- Pass maintainership to submitter.
- Bump PORTREVISION

PR:		ports/106652
Submitted by:	Robert C. Noland III <rnoland@2hip.net>
2006-12-13 10:13:00 +00:00

10 lines
279 B
C

--- ./libMGPM/src/libMGPM.h.orig Tue Dec 13 17:23:14 2005
+++ ./libMGPM/src/libMGPM.h Fri Dec 8 17:13:00 2006
@@ -118,7 +118,6 @@
char* workDir;
char* workFullPath;
char* xtermTitle;
- char** environment;
int bufferSize;
int optionsBufferSize;
} structLocalProperty;