aboutsummaryrefslogtreecommitdiff
path: root/devel/gdcm/files/patch-Source-DataDictionary_gdcmGlobal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdcm/files/patch-Source-DataDictionary_gdcmGlobal.cxx')
-rw-r--r--devel/gdcm/files/patch-Source-DataDictionary_gdcmGlobal.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gdcm/files/patch-Source-DataDictionary_gdcmGlobal.cxx b/devel/gdcm/files/patch-Source-DataDictionary_gdcmGlobal.cxx
deleted file mode 100644
index eccf73102831..000000000000
--- a/devel/gdcm/files/patch-Source-DataDictionary_gdcmGlobal.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/DataDictionary/gdcmGlobal.cxx.orig 2011-07-07 09:11:27.000000000 +0200
-+++ Source/DataDictionary/gdcmGlobal.cxx 2011-07-07 09:11:56.000000000 +0200
-@@ -45,7 +45,7 @@
- void LoadDefaultPaths()
- {
- assert( RessourcePaths.empty() );
-- const char filename2[] = GDCM_CMAKE_INSTALL_PREFIX "/" GDCM_INSTALL_DATA_DIR "/XML/";
-+ const char filename2[] = GDCM_INSTALL_DATA_DIR "/XML/";
- RessourcePaths.push_back( filename2 );
- const char *curprocfn = System::GetCurrentProcessFileName();
- if( curprocfn )