diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-05-12 23:30:45 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:45 +0200 |
commit | 247ed872d06501f2c15cad2c684f9eb838c825e1 (patch) | |
tree | 4d0db807847ef89f1071d4769731646d1dff227d /libraries/libviper/libviper-1.4.2.2-Makefile.patch | |
parent | 5551be69d7d06603385c77050dfcbbdf0f173deb (diff) | |
download | slackbuilds-247ed872d06501f2c15cad2c684f9eb838c825e1.tar.gz |
libraries/libviper: Added to 12.2 repository
Diffstat (limited to 'libraries/libviper/libviper-1.4.2.2-Makefile.patch')
-rw-r--r-- | libraries/libviper/libviper-1.4.2.2-Makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/libviper/libviper-1.4.2.2-Makefile.patch b/libraries/libviper/libviper-1.4.2.2-Makefile.patch new file mode 100644 index 0000000000..eb17f226d1 --- /dev/null +++ b/libraries/libviper/libviper-1.4.2.2-Makefile.patch @@ -0,0 +1,15 @@ +--- Makefile.orig 2009-05-22 13:24:34.000000000 +0100 ++++ Makefile 2009-05-22 13:25:19.000000000 +0100 +@@ -31,11 +31,11 @@ + rm -f viper_wide.h + + install: ++ mkdir -p $(includedir) $(libdir) + chmod 644 viper.h + cp -f viper.h $(includedir) + chmod 755 libviper.so + cp -f libviper.so $(libdir) +- ldconfig + + install_wide: + chmod 644 viper.h |