gimp.spec
changeset 4891 395c6f631b16
parent 4867 e8cfe7e64783
child 4980 85937bad1b09
--- a/gimp.spec	Fri Jan 21 06:44:13 2005 +0000
+++ b/gimp.spec	Fri Jan 21 12:32:37 2005 +0000
@@ -126,7 +126,9 @@
 
 PKG_CONFIG_DISABLE_UNINSTALLED=
 unset PKG_CONFIG_DISABLE_UNINSTALLED
+%ifos linux
 export PKG_CONFIG_PATH=/usr/src/packages/BUILD/gimp-%{subver}.%{microver}:%{_pkg_config_path}
+%endif
 cd gimp-help-2-0.%{help_version}
 	./configure --prefix=%{_prefix}	\
 	    	    --sysconfdir=%{_sysconfdir} \
@@ -236,6 +238,9 @@
 %{_mandir}/man1/gimptool-%{subver}.1*
 
 %changelog
+* Fri Jan 21 2005 - [email protected]
+- %ifos linux the PKG_CONFIG_PATH so Solaris one can be different.
+
 * Sun Jan 16 2005 - [email protected]
 - Set PKG_CONFIG_PATH to build with gimp-help tarball.