diff options
Diffstat (limited to 'libraries/libviper/libviper-1.4.6-Makefile.patch')
-rw-r--r-- | libraries/libviper/libviper-1.4.6-Makefile.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/libviper/libviper-1.4.6-Makefile.patch b/libraries/libviper/libviper-1.4.6-Makefile.patch new file mode 100644 index 0000000000..eb17f226d1 --- /dev/null +++ b/libraries/libviper/libviper-1.4.6-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 |